]> git.localhorst.tv Git - l2e.git/blobdiff - src/main.cpp
reworked Menu to include an optional number
[l2e.git] / src / main.cpp
index cd76905d55b1371a02152d8248454c7996514cb0..dbe50d28f55d4b8be2d4ed531507c3ae14a45e4c 100644 (file)
@@ -264,7 +264,7 @@ int main(int argc, char **argv) {
                battleRes.inventory = &inventory;
 
                battleRes.itemMenuHeadline = "Please choose an item.";
-               battleRes.itemMenuPrototype = Menu<const common::Item *>(&normalFont, &disabledFont, &handCursorSprite, 15, 6, 8, 16, 1, 32);
+               battleRes.itemMenuPrototype = Menu<const common::Item *>(&normalFont, &disabledFont, &handCursorSprite, 15, 6, 8, 16, 1, 32, 2, ':');
 
                battleRes.ikariMenuHeadline = "Please choose equipment.";
                battleRes.ikariMenuPrototype = Menu</* Item */ void *>(&normalFont, &disabledFont, &handCursorSprite, 26, 6, 8, 16, 1, 32);