added savefile support
This commit is contained in:
parent
7b19ca98b7
commit
d8fcbaa7d1
16 changed files with 935 additions and 18 deletions
|
@ -174,6 +174,7 @@ needshelp:
|
|||
g_localizer = new Localizer();
|
||||
g_smush = new Smush();
|
||||
g_imuse = new Imuse(20);
|
||||
g_saveFileMan = g_driver->getSavefileManager();
|
||||
|
||||
Bitmap *splash_bm = NULL;
|
||||
if (!(g_flags & GF_DEMO))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue