X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmain.cpp;h=4335ecaee98b1315a50928a8eca565c2ea7ae9e8;hb=57675025108b7ad3989737f18ebfeec8e5e44889;hp=9a68807f5aeac2de0bc75d304a22a7c3b706ccce;hpb=ee2e9e25571908bc840b08ab954be05f357e7f58;p=l2e.git diff --git a/src/main.cpp b/src/main.cpp index 9a68807..4335eca 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -189,6 +189,9 @@ int main(int argc, char **argv) { battleRes.spellMenuHeadline = "Please choose a spell."; battleRes.spellMenuPrototype = Menu(&normalFont, &disabledFont, &handCursorSprite, 12, 6, 8, 2, 32); + battleRes.itemMenuHeadline = "Please choose an item."; + battleRes.itemMenuPrototype = Menu(&normalFont, &disabledFont, &handCursorSprite, 15, 6, 8, 1, 32); + BattleState *battleState(new BattleState(bg, monstersLayout, heroesLayout, &battleRes)); battleState->AddMonster(monster); battleState->AddMonster(monster);