src/openttd.cpp
changeset 6867 a2a2d496738a
parent 6852 439563b70fd3
child 6878 5cefd3ac59c7
equal deleted inserted replaced
6866:a147f0465258 6867:a2a2d496738a
    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