Skip to content

Commit

Permalink
TSAGE: Blue Force - Logo: Fix a glitch in scene initialisation
Browse files Browse the repository at this point in the history
Sounds is still cracking
  • Loading branch information
Strangerke committed Oct 30, 2011
1 parent 7ec4052 commit e20626d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/blue_force/blueforce_scenes0.cpp
Expand Up @@ -121,7 +121,7 @@ void Scene20::Action1::signal() {

void Scene20::postInit(SceneObjectList *OwnerList) {
loadScene(20);
Scene::postInit();
SceneExt::postInit();
setZoomPercents(60, 85, 200, 100);
BF_GLOBALS._interfaceY = SCREEN_HEIGHT;

Expand Down

0 comments on commit e20626d

Please sign in to comment.