X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=inline;f=src%2Fmain.cpp;h=22c43cc1974be862e701edfe10591622c11f29fa;hb=4bdbcf13343cee3f4fcc4ed7057e18eb6fe49703;hp=f5d32e48495cd61b96a98b69daba2c778baecb01;hpb=ad88c8db0051fd6d9082fc61a124efd407113632;p=l2e.git diff --git a/src/main.cpp b/src/main.cpp index f5d32e4..22c43cc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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(&normalFont, 12, 6, 8, 2, 32); BattleState *battleState(new BattleState(bg, monstersLayout, heroesLayout, &battleRes));