WIP World changes

This commit is contained in:
2014-03-03 20:08:08 +01:00
parent 68f4be5822
commit 444be4f502
12 changed files with 249 additions and 52 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ static void _LOG(_LOG_LEVEL logLevel, char* file, char* func, unsigned int line,
char message[512];
va_list args;
va_start(args, format);
vsnprintf(message, 512, format, args);
vsnprintf_s(message, 512, format, args);
va_end(args);
if (logLevel == LOG_LEVEL_ERROR)