Changeset - r6867:65542564f1e4
[Not reviewed]
master
0 2 0
peter1138 - 17 years ago 2007-06-11 21:17:02
peter1138@openttd.org
(svn r10107) -Fix (r10092): Missing 'i' in 'optimized'
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/blitter/8bpp_optimized.hpp
Show inline comments
 
@@ -20,7 +20,7 @@ public:
 

	
 
class FBlitter_8bppOptimized: public BlitterFactory<FBlitter_8bppOptimized> {
 
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)"; }
 

	
src/openttd.cpp
Show inline comments
 
@@ -86,7 +86,7 @@ extern void SetDifficultyLevel(int mode,
 
extern Player* DoStartupNewPlayer(bool is_ai);
 
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
 
 * caused by the user, i.e. missing files or fatal configuration errors.
0 comments (0 inline, 0 general)