mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
PETKA: do not allow loading when qsystem is null
This commit is contained in:
parent
75ea458e0f
commit
a65f901276
@ -103,7 +103,7 @@ bool PetkaEngine::canSaveGameStateCurrently() {
|
||||
}
|
||||
|
||||
bool PetkaEngine::canLoadGameStateCurrently() {
|
||||
return !isDemo();
|
||||
return !isDemo() && _qsystem;
|
||||
}
|
||||
|
||||
int PetkaEngine::getSaveSlot() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user