X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fglobals.cpp;h=74b2e491f50c786bd348895f1ef1dcf289c0380c;hb=36cc92dc67c4cfdaceed7d47a4aa6992b407d1df;hp=3b64443f2e53e3d870e4c8e02380a9c14fb80781;hpb=256958447aec9101378c9a0afea9146e5912c5ec;p=supertux.git diff --git a/src/globals.cpp b/src/globals.cpp index 3b64443f2..74b2e491f 100644 --- a/src/globals.cpp +++ b/src/globals.cpp @@ -18,7 +18,11 @@ std::string datadir; SDL_Surface * screen; text_type black_text, gold_text, blue_text, red_text, yellow_nums, white_text, white_small_text, white_big_text; -int use_gl, use_joystick, use_fullscreen, debug_mode, show_fps; +bool use_gl; +bool use_joystick; +bool use_fullscreen; +bool debug_mode; +bool show_fps; int joystick_num = 0; char* level_startup_file = 0;