X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fsynchro_2.c;h=c4b9a678b3e1e9dbf5ebb3302986d70c76736abf;hb=61c3da0;hp=82ca79b64730c41c3bad652cbb196a3d5c6c68b5;hpb=e9306042d9ea3bc310590fe16653538905a9b99d;p=rocksndiamonds.git diff --git a/src/game_em/synchro_2.c b/src/game_em/synchro_2.c index 82ca79b6..c4b9a678 100644 --- a/src/game_em/synchro_2.c +++ b/src/game_em/synchro_2.c @@ -43,7 +43,7 @@ void synchro_2(void) { int x = 0; int y = 1; - unsigned long random = RandomEM; + unsigned int random = RandomEM; short *cave_cache = Cave[y]; /* might be a win */ int score = 0;