equal
deleted
inserted
replaced
84 |
84 |
85 extern void SetDifficultyLevel(int mode, GameOptions *gm_opt); |
85 extern void SetDifficultyLevel(int mode, GameOptions *gm_opt); |
86 extern Player* DoStartupNewPlayer(bool is_ai); |
86 extern Player* DoStartupNewPlayer(bool is_ai); |
87 extern void ShowOSErrorBox(const char *buf); |
87 extern void ShowOSErrorBox(const char *buf); |
88 |
88 |
89 const char *_default_blitter = "8bpp-optimzed"; |
89 const char *_default_blitter = "8bpp-optimized"; |
90 |
90 |
91 /* TODO: usrerror() for errors which are not of an internal nature but |
91 /* TODO: usrerror() for errors which are not of an internal nature but |
92 * caused by the user, i.e. missing files or fatal configuration errors. |
92 * caused by the user, i.e. missing files or fatal configuration errors. |
93 * Post-0.4.0 since Celestar doesn't want this in SVN before. --pasky */ |
93 * Post-0.4.0 since Celestar doesn't want this in SVN before. --pasky */ |
94 |
94 |