X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGameDraw.cpp;h=e8a999857b7a1982040876052fe660e2d81dc16d;hb=543c91ec63286f0fa263f0b19f242b514e7fc8bf;hp=6031cf5f21a8387db64c7a7079562adefa1f807d;hpb=603ed8508ee19d1bd831c8914f171759580a6931;p=lugaru.git diff --git a/Source/GameDraw.cpp b/Source/GameDraw.cpp index 6031cf5..e8a9998 100644 --- a/Source/GameDraw.cpp +++ b/Source/GameDraw.cpp @@ -2396,7 +2396,7 @@ void Game::DrawMenu() endy[5]=starty[5]+20; sprintf (menustring[6], "Campaign : %s", accountactive->getCurrentCampaign().c_str()); - startx[6]=100; + startx[6]=200; endx[6]=startx[6]+strlen(menustring[6])*10; starty[6]=420; endy[6]=starty[6]+20;