X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=1d5ad46b4fd29679409bdadc9e7344a5f5369856;hp=6e3a8293a7ac1ba942359dbe3a976a39f79f1aaa;hb=f52403a0aa33b4a127df6e16193c9c9163e48197;hpb=d8865c54181a9375cc0ee0b967d8a709f4044ef8 diff --git a/src/main.h b/src/main.h index 6e3a8293..1d5ad46b 100644 --- a/src/main.h +++ b/src/main.h @@ -1732,6 +1732,9 @@ struct LevelInfo int amoeba_speed; int amoeba_content; + int game_of_life[4]; + int biomaze[4]; + int time_magic_wall; int time_wheel; int time_light;