Fix warning level... someone let me commit this to master ;D

This commit is contained in:
Matthew Parlane 2013-01-01 19:23:45 +13:00
parent f695f088a7
commit d3f199273b
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ void GenericLog(LOGTYPES_LEVELS level, LOGTYPES_TYPE type,
;
#if defined LOGGING || defined _DEBUG || defined DEBUGFAST
#define MAX_LOGLEVEL DEBUG_LEVEL
#define MAX_LOGLEVEL WARNING_LEVEL
#else
#ifndef MAX_LOGLEVEL
#define MAX_LOGLEVEL DEBUG_LEVEL