mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 20:21:06 +00:00
MM: MM1: One last RiscOS compilation fix
This commit is contained in:
parent
ce78554746
commit
daf92e18b7
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user