added a third batch of GetChars call to FStrings.

This commit is contained in:
Christoph Oelckers 2023-10-07 23:03:40 +02:00
commit c94c63110e
31 changed files with 216 additions and 217 deletions

View file

@ -60,7 +60,7 @@ void I_DebugPrintf(const char *fmt,...)
va_end(args);
auto wstr = WideString(s);
auto wstr = WideString(s.GetChars());
OutputDebugStringW(wstr.c_str());
}
}