]> git.localhorst.tv Git - l2e.git/blobdiff - src/main.cpp
added spell menu's headline
[l2e.git] / src / main.cpp
index f5d32e48495cd61b96a98b69daba2c778baecb01..22c43cc1974be862e701edfe10591622c11f29fa 100644 (file)
@@ -166,8 +166,10 @@ int main(int argc, char **argv) {
                normalFont.MapChar(':', 10, 0);
                normalFont.MapChar('!', 10, 0);
                normalFont.MapChar('?', 10, 0);
+               // TODO: add '.' character
                battleRes.normalFont = &normalFont;
 
+               battleRes.spellMenuHeadline = "Please choose a spell.";
                battleRes.spellMenuPrototype = Menu</* Spell */ void *>(&normalFont, 12, 6, 8, 2, 32);
 
                BattleState *battleState(new BattleState(bg, monstersLayout, heroesLayout, &battleRes));