Skip to content

Commit

Permalink
HOPKINS: fix hanging when selecting Exit from the Linux full game menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Nov 26, 2012
1 parent fede884 commit 39edde3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/hopkins/hopkins.cpp
Expand Up @@ -564,6 +564,7 @@ bool HopkinsEngine::runLinuxFull() {
if (_globals.SORTIE == -1) {
_globals.PERSO = _globals.dos_free2(_globals.PERSO);
REST_SYSTEM();
return true;
}
}
for (;;) {
Expand Down

0 comments on commit 39edde3

Please sign in to comment.