Skip to content

Commit

Permalink
TONY: Add a check to prevent GMM saving in the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 17, 2012
1 parent 4092693 commit 7a40750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tony/gfxengine.cpp
Expand Up @@ -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

0 comments on commit 7a40750

Please sign in to comment.