mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 11:04:44 +00:00
ENGINES: Fix CID 1519034 warning
This commit is contained in:
parent
7f4c0c9391
commit
1aaf997aac
@ -462,7 +462,7 @@ void initGraphics3d(int width, int height) {
|
||||
|
||||
if (!splash && !GUI::GuiManager::instance()._launched) {
|
||||
Common::Event event;
|
||||
g_system->getEventManager()->pollEvent(event);
|
||||
(void)g_system->getEventManager()->pollEvent(event);
|
||||
splashScreen();
|
||||
}
|
||||
}
|
||||
@ -646,7 +646,7 @@ void Engine::saveAutosaveIfEnabled() {
|
||||
}
|
||||
|
||||
_lastAutosaveTime = _system->getMillis();
|
||||
|
||||
|
||||
if (!saveFlag) {
|
||||
// Set the next autosave interval to be in 5 minutes, rather than whatever
|
||||
// full autosave interval the user has selected
|
||||
|
Loading…
x
Reference in New Issue
Block a user