mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-25 15:39:50 +00:00
remove debug'
This commit is contained in:
+1
-1
@@ -344,7 +344,7 @@ namespace BBM
|
||||
if (rnd > 0.98 && !hasHeight)
|
||||
return HOLE;
|
||||
if ((!hasHeight && rnd > 0.25) || rnd > 0.7)
|
||||
return NOTHING;
|
||||
return BREAKABLE;
|
||||
return NOTHING;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user