mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-16 19:19:09 +00:00
(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
This commit is contained in:
4
debug.c
4
debug.c
@@ -20,6 +20,7 @@ int _debug_spritecache_level;
|
||||
int _debug_oldloader_level;
|
||||
int _debug_ntp_level;
|
||||
int _debug_npf_level;
|
||||
int _debug_yapf_level;
|
||||
|
||||
|
||||
void CDECL debug(const char *s, ...)
|
||||
@@ -51,7 +52,8 @@ typedef struct DebugLevel {
|
||||
DEBUG_LEVEL(spritecache),
|
||||
DEBUG_LEVEL(oldloader),
|
||||
DEBUG_LEVEL(ntp),
|
||||
DEBUG_LEVEL(npf)
|
||||
DEBUG_LEVEL(npf),
|
||||
DEBUG_LEVEL(yapf)
|
||||
};
|
||||
#undef DEBUG_LEVEL
|
||||
|
||||
|
Reference in New Issue
Block a user