X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=72524c393d0593bd61be051f52cd61065060d8f4;hb=dfe534c10c9825cafd54961c60fc81a56691dc55;hp=852f04bf09b4788dfce3c04696d99114d0964d3e;hpb=3efd2f9aa751bbadb75b584f64568115a6ede379;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 852f04bf..72524c39 100644 --- a/src/main.h +++ b/src/main.h @@ -278,7 +278,7 @@ struct PlayerInfo int index_nr, client_nr, element_nr; byte action; /* action from local input device */ - byte effective_action; /* action aknowledged from network server + byte effective_action; /* action acknowledged from network server or summarized over all configured input devices when in single player mode */ byte programmed_action; /* action forced by game itself (like moving @@ -322,9 +322,11 @@ struct PlayerInfo struct LevelInfo { - int file_version; /* version of file this level was stored with */ - int game_version; /* version of game engine to play this level */ - boolean encoding_16bit; /* level contains 16-bit elements */ + int file_version; /* version of file the level was stored with */ + int game_version; /* version of game engine to play this level */ + boolean encoding_16bit_field; /* level contains 16-bit elements */ + boolean encoding_16bit_yamyam; /* yamyam contains 16-bit elements */ + boolean encoding_16bit_amoeba; /* amoeba contains 16-bit elements */ int fieldx; int fieldy;