finished CPedType

This commit is contained in:
aap
2019-06-19 15:22:42 +02:00
parent f88f711ddd
commit ea73d7a284
4 changed files with 232 additions and 22 deletions

View File

@ -189,7 +189,7 @@ void re3_debug(char *format, ...)
vsprintf_s(re3_buff, re3_buffsize, format, va);
va_end(va);
printf("%s\n", re3_buff);
printf("%s", re3_buff);
}
void re3_trace(const char *filename, unsigned int lineno, const char *func, char *format, ...)