SCI: More cleanup

svn-id: r38758
This commit is contained in:
Max Horn 2009-02-21 22:40:58 +00:00
parent 41b1f19a5d
commit d6e397233f
11 changed files with 30 additions and 51 deletions

View file

@ -229,8 +229,6 @@ Common::Error SciEngine::go() {
map_MIDI_instruments(resmgr);
#endif
sciprintf("Imported FreeSCI, version "VERSION"\n");
EngineState* gamestate = (EngineState *) sci_malloc(sizeof(EngineState));
memset(gamestate, 0, sizeof(EngineState));
gamestate->resmgr = resmgr;