Closed JNechaevsky closed 7 months ago
Thank you!
except using
printf
, notfprintf
(I belive printing into a file no longer needed since SDL2 version).
Erm, it's not printing to a file but to stderr
, i.e. a file pointer reserved for error messages printed to the terminal. 😉
I know, I know. Still wasn't in a good condition back in that day and done things automatically. If you wish, I'll revert it back to fprintf
approach to be in complete sync with implementation from Doom.
Yes, please.
Very rare case and pretty straight-forward fix, but as always, few remarks:
printf
, notfprintf
(I belive printing into a file no longer needed since SDL2 version).Fixes https://github.com/fabiangreffrath/crispy-doom/issues/1188, thanks @Catoptromancy for pointing out.