Merged the cursor manipulation code - cursor views are still not done

svn-id: r45028
This commit is contained in:
Filippos Karapetis 2009-10-13 16:22:07 +00:00
parent 7cefc4cc98
commit 5aa1415397
6 changed files with 11 additions and 33 deletions

View file

@ -197,6 +197,7 @@ Common::Error SciEngine::run() {
script_free_engine(_gamestate); // Uninitialize game state
script_free_breakpoints(_gamestate);
delete cursor;
delete palette;
delete screen;
delete _gamestate;