From 188d88c0863f5629dc1f52efcc4a0b8f0afaccad Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Wed, 30 May 2001 02:28:25 +0000 Subject: [PATCH] Prevent future screwups :) --- zsnes/src/linux/sdllink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/linux/sdllink.c b/zsnes/src/linux/sdllink.c index 7f02e2b5..cd84683f 100644 --- a/zsnes/src/linux/sdllink.c +++ b/zsnes/src/linux/sdllink.c @@ -39,7 +39,7 @@ DWORD CurrentJoy=0; SDL_Joystick *JoystickInput[4]; -DWORD BitDepth=0; +DWORD BitDepth=0; // Do NOT change this for ANY reason BYTE BackColor=0; float MouseMinX=0;