X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=0a1c39061ee2af0406d3d1123ee750d0d5182006;hb=8758e1099fab693460be47636e56c779fceec08b;hp=fcb2034b7a7f015fb62b58f444dca3329c948c82;hpb=b1f42b6eb7bfa63765e34366a2fd51ed9dd0be86;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index fcb2034b..0a1c3906 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -251,7 +251,8 @@ /* values for mouse cursor */ #define CURSOR_DEFAULT 0 -#define CURSOR_PLAYFIELD 1 +#define CURSOR_NONE 1 +#define CURSOR_PLAYFIELD 2 /* fundamental game speed values */ #define ONE_SECOND_DELAY 1000 /* delay value for one second */