X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGameTick.cpp;h=2328eb8f0ce50367d660c7126c2b856466d8ab2a;hb=5dc3c16842b5ad0c4fe72fafe0eed61f12fbf93a;hp=00bcdc400cc1d9c6f288cf00091cbc95f8fbcf09;hpb=1a0ad4362ed618c1a25508530dfeeb4a0f6ef345;p=lugaru.git diff --git a/Source/GameTick.cpp b/Source/GameTick.cpp index 00bcdc4..2328eb8 100644 --- a/Source/GameTick.cpp +++ b/Source/GameTick.cpp @@ -3110,6 +3110,9 @@ void Game::Tick() mainmenu=18; keyselect = -1; } + if(Button() && !oldbutton && selected == 13) { + showdamagebar=!showdamagebar; + } if(Button()&&!oldbutton&&selected==8){ float gLoc[3]={0,0,0}; float vel[3]={0,0,0};