TOLTECS: Fix bugs

- Save scene parameters before playing a movie and restore them afterwards (fixes crash)
- Fix text disappearing too fast
- Implement script function sfGetCameraChanged
- Replace nop script functions with stubs which print debug info when called
- Some cleanup, remove obsolete TODOs
This commit is contained in:
Benjamin Haisch 2011-04-11 11:36:53 +00:00 committed by Willem Jan Palenstijn
parent e1fefefff2
commit acd4d4098f
13 changed files with 59 additions and 24 deletions

View file

@ -34,7 +34,6 @@
namespace Toltecs {
/* TODO:
- Saveload is working so far but only one slot is supported until the game menu is implemented
- Save with F7; Load with F9
- Saving during an animation (AnimationPlayer) is not working correctly yet
- Maybe switch to SCUMM/Tinsel serialization approach?