]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/BattleState.cpp
linked equipment menu icons in battle resources
[l2e.git] / src / battle / BattleState.cpp
index c54fecaca88dd10acdb79ff16b597fe82a6d7cf5..da3dad6de234f43263860d1e5b3dfdb85e16ea95 100644 (file)
@@ -71,7 +71,6 @@ void BattleState::EnterState(Application &ctrl, SDL_Surface *screen) {
        heroTagPositions[2] = Point<int>(xOffset, BackgroundHeight() - tagHeight);
        heroTagPositions[3] = Point<int>(xOffset + tagWidth, BackgroundHeight() - tagHeight);
 
-       // TODO: insert item menu entries
        itemMenu = res->itemMenuPrototype;
        LoadInventory();
 }