From f8c95a1dbeac23296cacc83ae25d2a8b352cd83d Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 6 Jan 2005 11:39:00 +0000 Subject: (svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDiff --- disaster_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disaster_cmd.c') diff --git a/disaster_cmd.c b/disaster_cmd.c index d82167e9c..88da6afab 100644 --- a/disaster_cmd.c +++ b/disaster_cmd.c @@ -909,7 +909,7 @@ static void Disaster7_Init() { uint tile = i->xy; - int step = TileOffsByDir(Random() & 3); + TileIndexDiff step = TileOffsByDir(Random() & 3); int count = 30; do { DisasterClearSquare(tile); -- cgit v1.2.3-54-g00ecf