X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=8ae104915bb26aefe87e8b4f064f0da00454b17c;hb=49c6dea89a293093a952b991594980b469dd835a;hp=f4bfad08eba1422482a561fb6f73469a1a75bafe;hpb=c46bcfd8dd92fbf3ce134eed1e64078147d33b50;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index f4bfad08..8ae10491 100644 --- a/src/main.h +++ b/src/main.h @@ -2079,6 +2079,10 @@ struct GameInfo /* values for special game initialization control */ boolean restart_level; + + /* values for special game control */ + int centered_to_player; + int centered_to_player_next; }; struct GlobalInfo