X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Femerald.h;h=b2fbc165be4e28fcee7c740892b561a4a55ad057;hb=724fbe31d039f8b7272f45b18f18a8d9ea2281df;hp=38a2656f29ca7fd2d31b882cd5a063e52132c4fe;hpb=56be9668e4ff713c8fff9b105f0913dd4d373cb1;p=rocksndiamonds.git diff --git a/src/game_em/emerald.h b/src/game_em/emerald.h index 38a2656f..b2fbc165 100644 --- a/src/game_em/emerald.h +++ b/src/game_em/emerald.h @@ -620,13 +620,13 @@ enum struct LOGIC { - int width; /* playfield width */ - int height; /* playfield height */ + int width; /* cave width */ + int height; /* cave height */ - int left; /* playfield left edge */ - int top; /* playfield top edge */ - int right; /* playfield right edge */ - int bottom; /* playfield bottom edge */ + int left; /* cave left edge */ + int top; /* cave top edge */ + int right; /* cave right edge */ + int bottom; /* cave bottom edge */ int time; /* time remaining */ int required; /* emeralds needed */