in this commit suspend now states the amount of turns in the menutext....
made changes to some of the simple menu items, made the simple menu not draw massive horizontal and vertical poles, that look was extremely dated.
This commit is contained in:
@@ -76,6 +76,12 @@ struct WEventDamageStackResolved : public WEvent {
|
||||
WEventDamageStackResolved();
|
||||
};
|
||||
|
||||
struct WEventPhasePreChange : public WEvent {
|
||||
Phase * from;
|
||||
Phase * to;
|
||||
bool eventChanged;
|
||||
WEventPhasePreChange(Phase * from,Phase * to);
|
||||
};
|
||||
struct WEventPhaseChange : public WEvent {
|
||||
Phase * from;
|
||||
Phase * to;
|
||||
|
||||
Reference in New Issue
Block a user