Commented out excess set_screen_size() logging in pc.c again.
This commit is contained in:
2
src/pc.c
2
src/pc.c
@@ -196,7 +196,7 @@ set_screen_size(int x, int y)
|
|||||||
int efscrnsz_y;
|
int efscrnsz_y;
|
||||||
|
|
||||||
/* Make sure we keep usable values. */
|
/* Make sure we keep usable values. */
|
||||||
#if 1
|
#if 0
|
||||||
pclog("SetScreenSize(%d, %d) resize=%d\n", x, y, vid_resize);
|
pclog("SetScreenSize(%d, %d) resize=%d\n", x, y, vid_resize);
|
||||||
#endif
|
#endif
|
||||||
if (x < 320) x = 320;
|
if (x < 320) x = 320;
|
||||||
|
|||||||
Reference in New Issue
Block a user