X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Femerald.h;h=d83a182da26d8fce0cc41905b2c73e9e22e6be7d;hb=4354b26149582cc6daf9e08205b740d96ef6bc16;hp=9dc949fb1e83bbf9958cc8aa17c4c25361fed458;hpb=dd04ac635e8722c7f5de3b34fec011925b33808f;p=rocksndiamonds.git diff --git a/src/game_em/emerald.h b/src/game_em/emerald.h index 9dc949fb..d83a182d 100644 --- a/src/game_em/emerald.h +++ b/src/game_em/emerald.h @@ -637,6 +637,11 @@ struct LEVEL int width; /* playfield width */ int height; /* playfield height */ + int left; /* playfield left edge */ + int top; /* playfield top edge */ + int right; /* playfield right edge */ + int bottom; /* playfield bottom edge */ + int time_seconds; /* available time (seconds) */ int time_initial; /* available time (initial) */ int time; /* time remaining (runtime) */