Always log demonware stuff

This commit is contained in:
momo5502 2022-09-24 15:40:43 +02:00
parent c8b3012592
commit f67c8b57ff

View File

@ -21,7 +21,7 @@ namespace console
void print_message(const char* message)
{
#ifndef NDEBUG
//OutputDebugStringA(message);
OutputDebugStringA(message);
#endif
if (started && !terminate_runner)