Merge pull request #389 from Nick007J/master

Weather
This commit is contained in:
aap
2020-04-09 12:30:02 +02:00
committed by GitHub
4 changed files with 488 additions and 7 deletions

View File

@ -458,7 +458,7 @@ void re3_debug(const char *format, ...)
vsprintf_s(re3_buff, re3_buffsize, format, va);
va_end(va);
// printf("%s", re3_buff);
printf("%s", re3_buff);
CDebug::DebugAddText(re3_buff);
}