mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-31 09:32:02 +00:00
resetting correct noclip spawn rate
This commit is contained in:
@@ -71,7 +71,7 @@ namespace BBM {
|
||||
{SPEEDUP, 45.0f},
|
||||
{BOMBSTOCK, 30.0f},
|
||||
{EXPLOSIONINC, 15.0f},
|
||||
{NOCLIP, 70.5f},
|
||||
{NOCLIP, 1.5f},
|
||||
};
|
||||
std::uniform_int_distribution<int> distribution(1,1000);
|
||||
float value = (distribution(generator) / 10);
|
||||
|
||||
Reference in New Issue
Block a user