X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.c;h=b15d193a7001fe9e9b040fcd28d18c5e9705d6c9;hp=2c237ce3d200a38ec360e103e51feb0d0a87ea57;hb=c27d6982a3c8e3ce85d4c974af6465f5cf1855b0;hpb=d0893e6987c21c25ec137438a18cfe1288362139 diff --git a/src/main.c b/src/main.c index 2c237ce3..b15d193a 100644 --- a/src/main.c +++ b/src/main.c @@ -36,7 +36,7 @@ char *sound_device_name = SOUND_DEVICE; int joystick_device = 0; char *joystick_device_name[2] = { DEV_JOYSTICK_0, DEV_JOYSTICK_1 }; int width, height; -unsigned long pen_fg, pen_bg; +unsigned int pen_fg, pen_bg; int game_status = MAINMENU; int button_status = MB_NOT_PRESSED, motion_status = FALSE;