Fixed: Monsters did not move on 64-bit systems
The game is much easier to play when the monsters don't move. :-) A clock_t is bigger than an int on 64-bit Linux systems, so there was some weirdness with the tick offset that caused monsters to never move.
Please register or sign in to comment