mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Default debug level should be zero.
svn-id: r10036
This commit is contained in:
parent
6419a5dd56
commit
422885415d
@ -235,7 +235,7 @@ void CDECL warning(const char *s, ...) {
|
||||
#endif
|
||||
}
|
||||
|
||||
uint16 _debugLevel = 1;
|
||||
uint16 _debugLevel = 0;
|
||||
|
||||
void CDECL debug(int level, const char *s, ...) {
|
||||
#ifdef __PALM_OS__
|
||||
|
Loading…
Reference in New Issue
Block a user