Skip to content

Commit

Permalink
TSAGE: R2R - Maze (2000): Rename two variables, add debug traces
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Nov 26, 2011
1 parent 78ad90c commit 3739e69
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 78 deletions.
4 changes: 3 additions & 1 deletion engines/tsage/ringworld2/ringworld2_logic.cpp
Expand Up @@ -94,7 +94,9 @@ Scene *Ringworld2Game::createScene(int sceneNumber) {
error("Missing scene %d from group 1", sceneNumber);
/* Scene group #2 */
//
case 2000: return new Scene2000();
case 2000:
// Maze
return new Scene2000();
case 2350:
case 2400:
case 2425:
Expand Down

0 comments on commit 3739e69

Please sign in to comment.