mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-20 13:25:10 +00:00
replace NOTHING by BREAKABLE in getRandomBlockType()
This commit is contained in:
@@ -320,7 +320,7 @@ namespace BBM
|
||||
if (rnd > 0.98)
|
||||
return HOLE;
|
||||
if (rnd > 0.25)
|
||||
return NOTHING;
|
||||
return BREAKABLE;
|
||||
return NOTHING;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user