X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=6bc36f961d657070221cf508db993210fff49aff;hb=a7c06161253796a30a0237a7f5a044f459c8cf35;hp=b6cdf649725b3fd08feccd44f152430e4a3069ca;hpb=68d1418be737276c8214780106399c0dae588d1c;p=rocksndiamonds.git diff --git a/src/libgame/system.c b/src/libgame/system.c index b6cdf649..6bc36f96 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -438,7 +438,9 @@ void CloseVideoDisplay(void) void InitVideoBuffer(int width, int height, int depth, boolean fullscreen) { +#if 0 printf("::: InitVideoBuffer\n"); +#endif video.width = width; video.height = height;