Skip to content

Commit

Permalink
TSAGE: Fix effect in scene 3150
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Nov 5, 2013
1 parent d77b93e commit 97c5634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/ringworld2/ringworld2_scenes3.cpp
Expand Up @@ -396,7 +396,7 @@ bool Scene3150::LightFixture::startAction(CursorType action, Event &event) {
if ((R2_INVENTORY.getObjectScene(R2_LIGHT_BULB) != 3150) && (R2_GLOBALS.getFlag(75))) {
R2_GLOBALS._player.disableControl();
scene->_bulbOrWire.postInit();
scene->_bulbOrWire._effect = EFFECT_3;
scene->_bulbOrWire._effect = EFFECT_SHADED2;
scene->_bulbOrWire._shade = 5;
scene->_sceneMode = 3155;
scene->setAction(&scene->_sequenceManager, scene, 3155, &R2_GLOBALS._player, &scene->_bulbOrWire, NULL);
Expand Down

0 comments on commit 97c5634

Please sign in to comment.