X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=156e8a1ba493e4cf326798b56cae5a6acacca98e;hp=e750b78d365a39ebe8dbd4c2e45d9e51bb7d083e;hb=9844da8056347b71669ce3b5bccb4cd01caa71b3;hpb=5c9e11b2fcdf6360718514d9e50fc58a07cb49a3 diff --git a/src/libgame/system.c b/src/libgame/system.c index e750b78d..156e8a1b 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -348,6 +348,8 @@ void InitTileCursorInfo(void) tile_cursor.sx = 0; tile_cursor.sy = 0; + + tile_cursor.xsn_debug = FALSE; } void InitOverlayInfo(void)