1
0
Fork 0

(svn r10107) -Fix (r10092): Missing 'i' in 'optimized'

release/0.6
peter1138 2007-06-11 21:17:02 +00:00
parent 01593bdb6a
commit 28c5730583
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ public:
class FBlitter_8bppOptimized: public BlitterFactory<FBlitter_8bppOptimized> { class FBlitter_8bppOptimized: public BlitterFactory<FBlitter_8bppOptimized> {
public: public:
/* virtual */ const char *GetName() { return "8bpp-optimzed"; } /* virtual */ const char *GetName() { return "8bpp-optimized"; }
/* virtual */ const char *GetDescription() { return "8bpp Optimized Blitter (compression + all-ZoomLevel cache)"; } /* virtual */ const char *GetDescription() { return "8bpp Optimized Blitter (compression + all-ZoomLevel cache)"; }

View File

@ -86,7 +86,7 @@ extern void SetDifficultyLevel(int mode, GameOptions *gm_opt);
extern Player* DoStartupNewPlayer(bool is_ai); extern Player* DoStartupNewPlayer(bool is_ai);
extern void ShowOSErrorBox(const char *buf); extern void ShowOSErrorBox(const char *buf);
const char *_default_blitter = "8bpp-optimzed"; const char *_default_blitter = "8bpp-optimized";
/* TODO: usrerror() for errors which are not of an internal nature but /* TODO: usrerror() for errors which are not of an internal nature but
* caused by the user, i.e. missing files or fatal configuration errors. * caused by the user, i.e. missing files or fatal configuration errors.