Skip to content

Commit

Permalink
PRINCE: Script update - readScriptFlagValue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslw committed Aug 8, 2014
1 parent 4dbcdd1 commit b0dd6db
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 141 deletions.
2 changes: 1 addition & 1 deletion engines/prince/prince.cpp
Expand Up @@ -2559,7 +2559,7 @@ void PrinceEngine::displayInventory() {
_mainHero->freeOldMove();
_secondHero->freeOldMove();

_interpreter->storeNewPC(0);
_interpreter->setFgOpcodePC(0);

stopAllSamples();

Expand Down

0 comments on commit b0dd6db

Please sign in to comment.