X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=d4e732e9fb22a535c1329dcb652ff80aafc9db6a;hp=4e64c32648224417a0da13705b567fc20155b420;hb=3cc2ee99e57014c6962d26365e92bd3eac36a492;hpb=56d8384fddc8e74f5327b28986f366927c3b2040 diff --git a/src/libgame/system.h b/src/libgame/system.h index 4e64c326..d4e732e9 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -469,6 +469,7 @@ y >= gfx.ey && y < gfx.ey + gfx.eysize) // values for mouse cursor +#define CURSOR_UNDEFINED -1 #define CURSOR_DEFAULT 0 #define CURSOR_NONE 1 #define CURSOR_PLAYFIELD 2 @@ -1121,6 +1122,8 @@ struct GfxInfo void (*draw_tile_cursor_function)(int); int cursor_mode; + int cursor_mode_override; + int cursor_mode_final; int mouse_x, mouse_y; };