X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FBattleState.cpp;h=da3dad6de234f43263860d1e5b3dfdb85e16ea95;hb=cec6ebf5e666a15ffe27b0f09f9b268e2cfcdf9b;hp=c54fecaca88dd10acdb79ff16b597fe82a6d7cf5;hpb=d872d756e64b8f1f57cba64ae19f479f8eab3927;p=l2e.git diff --git a/src/battle/BattleState.cpp b/src/battle/BattleState.cpp index c54feca..da3dad6 100644 --- a/src/battle/BattleState.cpp +++ b/src/battle/BattleState.cpp @@ -71,7 +71,6 @@ void BattleState::EnterState(Application &ctrl, SDL_Surface *screen) { heroTagPositions[2] = Point(xOffset, BackgroundHeight() - tagHeight); heroTagPositions[3] = Point(xOffset + tagWidth, BackgroundHeight() - tagHeight); - // TODO: insert item menu entries itemMenu = res->itemMenuPrototype; LoadInventory(); }