Mercurial > hg > openttd
diff src/openttd.cpp @ 6867:03051b5c0ee3 draft
(svn r10107) -Fix (r10092): Missing 'i' in 'optimized'
author | peter1138 <peter1138@openttd.org> |
---|---|
date | Mon, 11 Jun 2007 21:17:02 +0000 (2007-06-11) |
parents | 31184effcea5 |
children | 385dce807566 |
line wrap: on
line diff
--- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -86,7 +86,7 @@ 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.