Commented out excess set_screen_size() logging in pc.c again.

This commit is contained in:
OBattler
2017-10-25 02:46:56 +02:00
parent 94f8f3f50d
commit 659e07221d

View File

@@ -196,7 +196,7 @@ set_screen_size(int x, int y)
int efscrnsz_y;
/* Make sure we keep usable values. */
#if 1
#if 0
pclog("SetScreenSize(%d, %d) resize=%d\n", x, y, vid_resize);
#endif
if (x < 320) x = 320;