InitStars during start up (lost during memory leak fixes).

This commit is contained in:
Steve 2016-03-11 07:22:23 +00:00
parent 7ba4dcf26c
commit 553178128f
2 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,7 @@ void initGameSystem(void)
initStats,
initModalDialog,
initBackground,
initStars,
initControls
};

View File

@ -70,6 +70,7 @@ extern void createSaveFolder(void);
extern void setLanguage(char *applicationName, char *languageCode);
extern char *getLookupName(char *prefix, long num);
extern long lookup(char *name);
extern void initStars(void);
extern App app;
extern Colors colors;