Skip to content

Commit

Permalink
TSAGE: Implemented Blue Force scene 360 - Future Wave Interior
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Sep 18, 2011
1 parent 2d882fd commit 5f0b906
Show file tree
Hide file tree
Showing 4 changed files with 518 additions and 3 deletions.
6 changes: 4 additions & 2 deletions engines/tsage/blue_force/blueforce_logic.cpp
Expand Up @@ -106,8 +106,10 @@ Scene *BlueForceGame::createScene(int sceneNumber) {
// Marina, Outside Boat
return new Scene350();
case 355:
case 360:
error("Scene group 3 not implemented");
case 360:
// Future Wave Interior
return new Scene360();
case 370:
// Future Wave Bedroom
return new Scene370();
Expand Down Expand Up @@ -987,7 +989,7 @@ void BlueForceInvObjectList::reset() {
setObjectScene(INV_FBI_TELETYPE, 320);
setObjectScene(INV_DA_NOTE, 320);
setObjectScene(INV_PRINT_OUT, 570);
setObjectScene(INV_WHAREHOUSE_KEYS, 360);
setObjectScene(INV_WAREHOUSE_KEYS, 360);
setObjectScene(INV_CENTER_PUNCH, 0);
setObjectScene(INV_TRANQ_GUN, 830);
setObjectScene(INV_HOOK, 350);
Expand Down

0 comments on commit 5f0b906

Please sign in to comment.