Merged the cursor manipulation code - cursor views are still not done
svn-id: r45028
This commit is contained in:
parent
7cefc4cc98
commit
5aa1415397
6 changed files with 11 additions and 33 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue