Re: Is it just me or??? <army didn't move>
It's probably because of the random number generator, right? I'm running the game on windows and I suppose the llamaserver runs on linux?
I know that C's RNG doesn't guarantee getting the same numbers on different platforms. I don't know how would you go about random numbers when making a game such as this. Would you make your own RNG? There are several RNGs on Boost site that are pseudo-random like C's RNG, but that do guarantee same numbers on different platforms.
|