X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2FGameDraw.cpp;h=38d27d4ffc7912ecfea2bf17a711f4dfe78fffc4;hb=a73463888cc72d596e8afc63c6f0ce5731d5a27e;hp=015a4d55f2f63c5e1185143c46f899b17216023f;hpb=612415ff494c29cf2fc7ea560da9908eaff7d847;p=lugaru.git diff --git a/Source/GameDraw.cpp b/Source/GameDraw.cpp index 015a4d5..38d27d4 100644 --- a/Source/GameDraw.cpp +++ b/Source/GameDraw.cpp @@ -2506,7 +2506,7 @@ int Game::DrawGLScene(void) movex[10]=0; movey[10]=0; - sprintf (menustring[11], "Volume: %d%", (int)(volume*100)); + sprintf (menustring[11], "Volume: %d%%", (int)(volume*100)); startx[11]=10+60; starty[11]=155; endx[11]=startx[11]+strlen(menustring[11])*10;