X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FVictoryState.h;h=d14ec76e9a9c69467862558bb99aaf9f646d5c04;hb=acc322b16b5f31cfbc350d4fccb457c7730287fd;hp=bb872a2774adf314370bca421dbbd8810a1eb2e5;hpb=e1dab8a680a76f8621e967a693dbf2b481ba8f75;p=l2e.git diff --git a/src/battle/states/VictoryState.h b/src/battle/states/VictoryState.h index bb872a2..d14ec76 100644 --- a/src/battle/states/VictoryState.h +++ b/src/battle/states/VictoryState.h @@ -22,7 +22,8 @@ public: Battle *battle, BattleState *parent) : battle(battle) - , parent(parent) { } + , parent(parent) + , cursor(0) { } public: virtual void HandleEvents(const app::Input &); @@ -50,6 +51,7 @@ private: math::Vector framePosition; math::Vector frameSize; math::Vector textPosition; + int cursor; };