X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=b74b6fae17165e376d7da80d6a22a8752e0fc7c2;hb=f6513d7bc5806904a55708a2ddb6673842e933bd;hp=0b2800f237065c83e853d5cd95a13541c9439ec7;hpb=2eb9cb502efacb04761fe3bfd4bb4fa8f4661f49;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 0b2800f2..b74b6fae 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1214,6 +1214,9 @@ struct DoorPartPosInfo int step_xoffset; int step_yoffset; int step_delay; + int start_step; + int start_step_opening; + int start_step_closing; boolean draw_masked; int sort_priority; };