Skip to content

Commit

Permalink
TSAGE: Implemented Blue Force scene 270 - Grandma's Living Room
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Oct 4, 2011
1 parent 95a45f9 commit 80ddd7a
Show file tree
Hide file tree
Showing 5 changed files with 649 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/tsage/blue_force/blueforce_logic.cpp
Expand Up @@ -95,6 +95,8 @@ Scene *BlueForceGame::createScene(int sceneNumber) {
// Graduation Article
return new Scene265();
case 270:
// Grandma's Living Room
return new Scene270();
case 271:
case 280:
error("Scene group 2 not implemented");
Expand Down

0 comments on commit 80ddd7a

Please sign in to comment.