X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmain.cpp;h=b47a473d50d3f395d92eaad5507127982a774092;hb=9c03a930498206bfa05de06ed838a74c8dd84a24;hp=1fc702b819f314c1fbd2255284cef9da6e66831f;hpb=ea2353f282a48a4474b32a1ab604eaf1aeff4e2b;p=l2e.git diff --git a/src/main.cpp b/src/main.cpp index 1fc702b..b47a473 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -386,7 +386,7 @@ int main(int argc, char **argv) { inventoryMenuProperties.charsPerEntry = 13; inventoryMenuProperties.rowGap = 8; inventoryMenuProperties.cursor = &menuCursor; - itemMenuProperties.selectedCursor = &menuActiveCursor; + inventoryMenuProperties.selectedCursor = &menuActiveCursor; inventoryMenuProperties.font = &menuFont; // TODO: disabled font inventoryMenuProperties.disabledFont = &menuFont;