src/gfx.cpp
changeset 9166 b37d9f4017e5
parent 8766 c86cfa3a7580
child 9233 4daa9bb8dbf7
child 11130 488ecb9d3296
equal deleted inserted replaced
9165:765c4f60311c 9166:b37d9f4017e5
    35 DrawPixelInfo _screen;
    35 DrawPixelInfo _screen;
    36 bool _screen_disable_anim = false;   ///< Disable palette animation (important for 32bpp-anim blitter during giant screenshot)
    36 bool _screen_disable_anim = false;   ///< Disable palette animation (important for 32bpp-anim blitter during giant screenshot)
    37 bool _exit_game;
    37 bool _exit_game;
    38 bool _networking;         ///< are we in networking mode?
    38 bool _networking;         ///< are we in networking mode?
    39 byte _game_mode;
    39 byte _game_mode;
    40 byte _pause_game;
    40 int8 _pause_game;
    41 int _pal_first_dirty;
    41 int _pal_first_dirty;
    42 int _pal_count_dirty;
    42 int _pal_count_dirty;
    43 
    43 
    44 Colour _cur_palette[256];
    44 Colour _cur_palette[256];
    45 byte _stringwidth_table[FS_END][224];
    45 byte _stringwidth_table[FS_END][224];