TONY: Add a check to prevent GMM saving in the demo

This commit is contained in:
Paul Gilbert 2012-05-17 19:41:53 +10:00
parent 40926933c3
commit 7a40750671

View file

@ -987,7 +987,7 @@ void RMGfxEngine::WaitWipeEnd(CORO_PARAM) {
}
bool RMGfxEngine::CanLoadSave() {
return m_bInput && !m_tony.InAction();
return m_bInput && !m_tony.InAction() && !_vm->getIsDemo();
}
} // End of namespace Tony