]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Resources.h
set ikari menu to point to items
[l2e.git] / src / battle / Resources.h
index bd2fd91358839249062177d71d405ee30e316ab0..5e56eb322296445b1c8ddfc17f567d9ea81627a2 100644 (file)
@@ -58,7 +58,7 @@ struct Resources {
        graphics::Menu<const common::Item *> itemMenuPrototype;
 
        const char *ikariMenuHeadline;
-       graphics::Menu</* Ikari or Item */ void *> ikariMenuPrototype;
+       graphics::Menu<const common::Item *> ikariMenuPrototype;
 
 
        Resources()