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:
parent
e1fefefff2
commit
acd4d4098f
13 changed files with 59 additions and 24 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue