]> git.localhorst.tv Git - l2e.git/commitdiff
use correct headline in SelectIkari
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 1 Sep 2012 19:01:58 +0000 (21:01 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 1 Sep 2012 19:01:58 +0000 (21:01 +0200)
src/battle/states/SelectIkari.cpp

index d1506fa23ee2f41fa6d03d7afa04af7e54b0c8ef..22853ce725c36d76fb09f0ef8e153efc3fc9c5d0 100644 (file)
@@ -118,7 +118,7 @@ void SelectIkari::RenderHeadline(SDL_Surface *screen, const Vector<int> &offset)
        Vector<int> position(
                        2 * res.selectFrame->BorderWidth() + res.normalFont->CharWidth(),
                        2 * res.selectFrame->BorderHeight());
-       res.normalFont->DrawString(res.itemMenuHeadline, screen, position + offset);
+       res.normalFont->DrawString(res.ikariMenuHeadline, screen, position + offset);
 }
 
 void SelectIkari::RenderMenu(SDL_Surface *screen, const Vector<int> &offset) {