Jump to content

PixelPirate

Members
  • Posts

    3
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by PixelPirate

  1. because when you compile on Linux, so we have a confict compilation stops. It is a few lines to resolve this problem simply.
  2. sorry just remplace this: [== c++ ==] uint64 diff = 0; (currTime - g_SystemTickTime).msec(diff); //lets calculate current world time uint32 iRes = uint32(diff % UI64LIT(0x00000000FFFFFFFF)); return iRes; } lines 62 to 68 by this : http://paste2.org/p/1508992 sorry I have not a diff or patch on hand because I fix this problem there are a lot of time:) thx to y vlad
  3. For those who are on Linux, they must also have the problem. There is a small conflict with the / src / shared / util.cpp so here is a simple little change that solves the problem. the problème is on line 55 to 68 currently: http://paste2.org/p/1508863 fix: http://paste2.org/p/1508864 EOF
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use