mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- episode menu setup.
This commit is contained in:
parent
556c61b60b
commit
d73f915c66
5 changed files with 59 additions and 79 deletions
|
@ -324,6 +324,7 @@ class FListMenuItem
|
|||
{
|
||||
protected:
|
||||
int mXpos, mYpos;
|
||||
int mHeight;
|
||||
FName mAction;
|
||||
|
||||
public:
|
||||
|
@ -361,6 +362,7 @@ public:
|
|||
int GetX() { return mXpos; }
|
||||
void SetX(int x) { mXpos = x; }
|
||||
void SetY(int x) { mYpos = x; }
|
||||
void SetHeight(int x) { mHeight = x; }
|
||||
};
|
||||
|
||||
class FListMenuItemStaticPatch : public FListMenuItem
|
||||
|
@ -398,7 +400,6 @@ class FListMenuItemSelectable : public FListMenuItem
|
|||
{
|
||||
protected:
|
||||
int mHotkey;
|
||||
int mHeight;
|
||||
int mParam;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue