MM: MM1: One last RiscOS compilation fix

This commit is contained in:
Le Philousophe 2023-01-26 20:49:02 +01:00
parent ce78554746
commit daf92e18b7

View File

@ -151,7 +151,7 @@ void Map29::special03() {
STRING["maps.map29.attack"],
[]() {
Game::Encounter &enc = g_globals->_encounters;
int monsterCount = getRandomNumber(5) + 6;
int monsterCount = g_events->getRandomNumber(5) + 6;
g_maps->clearSpecial();
enc.clearMonsters();