Open main menu

Difference between revisions of "TsAGE/TODO"

101 bytes added ,  21:04, 21 May 2011
Added another piece to the scene 4150 glitch.
(Oops, I put the scene 4150 glitch in the wrong section.)
(Added another piece to the scene 4150 glitch.)
Line 22: Line 22:
*Scene 2320: If you try to activate the flycycle, it will appear but Quinn will say "Too bad you don't have time to take it out for a spin right now." and then the game becomes unresponsive. I'm guessing that there is a missing call to enableAction(), possibly in Action1::signal() or Action4::signal() since both those functions are being called a couple of times during the animation.
*Scene 2320: If you try to activate the flycycle, it will appear but Quinn will say "Too bad you don't have time to take it out for a spin right now." and then the game becomes unresponsive. I'm guessing that there is a missing call to enableAction(), possibly in Action1::signal() or Action4::signal() since both those functions are being called a couple of times during the animation.
*Scene 2100: Examining the middle console triggers an assertion: "./engines/tsage/globals.h:84: bool tSage::Globals::getFlag(int) const: Assertion `(flagNum > 0) && (flagNum < 256)' failed." This is because Scene2100::Hotspot14::doAction() calls _globals->getFlag(0), which will of course always trigger the assertion.
*Scene 2100: Examining the middle console triggers an assertion: "./engines/tsage/globals.h:84: bool tSage::Globals::getFlag(int) const: Assertion `(flagNum > 0) && (flagNum < 256)' failed." This is because Scene2100::Hotspot14::doAction() calls _globals->getFlag(0), which will of course always trigger the assertion.
*Scene 4150: Using the duck produces the message, "You don't need to use your stunner, the fire is sufficient for heating their meal." which seems a bit out of place.
*Scene 4150: Using the duck produces the message, "You don't need to use your stunner, the fire is sufficient for heating their meal." which seems a bit out of place. Conversely, trying to stun the duck produces the message, "You don't need to steal their next meal."


Game status:
Game status:
409

edits