TONY: Add a check to prevent GMM saving in the demo
This commit is contained in:
parent
40926933c3
commit
7a40750671
1 changed files with 1 additions and 1 deletions
|
@ -987,7 +987,7 @@ void RMGfxEngine::WaitWipeEnd(CORO_PARAM) {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool RMGfxEngine::CanLoadSave() {
|
bool RMGfxEngine::CanLoadSave() {
|
||||||
return m_bInput && !m_tony.InAction();
|
return m_bInput && !m_tony.InAction() && !_vm->getIsDemo();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // End of namespace Tony
|
} // End of namespace Tony
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue