Fix screwed up bpp code

This commit is contained in:
theoddone33
2001-05-30 02:26:07 +00:00
parent 311c109432
commit 5619df5f5b

View File

@@ -39,7 +39,7 @@ DWORD CurrentJoy=0;
SDL_Joystick *JoystickInput[4];
DWORD BitDepth=16;
DWORD BitDepth=0;
BYTE BackColor=0;
float MouseMinX=0;