cleaned up the restart/pause/shutdown situation a bit; added comment that explains how restart might be implemented

svn-id: r8260
This commit is contained in:
Max Horn 2003-06-02 02:25:24 +00:00
parent 88f1a4e27c
commit 4292d621af
6 changed files with 60 additions and 28 deletions

View file

@ -708,7 +708,7 @@ void Scumm_v2::o2_actorSet() {
}
void Scumm_v2::o2_restart() {
warning("o2_restart NYI");
restart();
}
void Scumm_v2::o2_drawObject() {