mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
Merge pull request #1 from fabiangreffrath/crash-videomode
Fix a format string mismatch
This commit is contained in:
commit
09ce9e26d3
@ -780,7 +780,7 @@ static void I_InitGraphicsMode(void)
|
||||
{
|
||||
printf("Failed to set video mode %dx%dx8 %s\n"
|
||||
"Attempting to set 320x200x8 windowed mode\n",
|
||||
fullscreen ? "fullscreen" : "windowed", v_w, v_h);
|
||||
v_w, v_h, fullscreen ? "fullscreen" : "windowed");
|
||||
|
||||
v_w = 320;
|
||||
v_h = 200;
|
||||
|
Loading…
x
Reference in New Issue
Block a user