(svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT

This commit is contained in:
tron
2005-11-14 08:09:57 +00:00
parent b34de09e62
commit 524fd25cbd
20 changed files with 72 additions and 76 deletions

View File

@@ -920,7 +920,7 @@ static void Disaster7_Init(void)
{
TileIndex tile = i->xy;
TileIndexDiff step = TileOffsByDir(Random() & 3);
TileIndexDiff step = TileOffsByDir(GB(Random(), 0, 2));
int count = 30;
do {