SCI: More cleanup
svn-id: r38758
This commit is contained in:
parent
41b1f19a5d
commit
d6e397233f
11 changed files with 30 additions and 51 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue