mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
AVALANCHE: Fix error not reported by MSVC
This commit is contained in:
parent
1844dcf05c
commit
bf41366fd7
@ -67,7 +67,7 @@ void Closing::exitGame() {
|
||||
getScreen(kScreenNagScreen);
|
||||
byte nounId = _vm->_rnd->getRandomNumber(11);
|
||||
byte verbId = _vm->_rnd->getRandomNumber(11);
|
||||
Common::String result = Common::String::format("%s will %d you", nouns[nounId], verbs[verbId]);
|
||||
Common::String result = Common::String::format("%s will %s you", nouns[nounId], verbs[verbId]);
|
||||
putIn(result, 1628);
|
||||
showScreen(); // No halt- it's already set up.
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user