Skip to content

Commit

Permalink
Ultim Push
Browse files Browse the repository at this point in the history
  • Loading branch information
bielrabasa committed Jun 6, 2021
1 parent 239cb70 commit 22254ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Super Smash Tv/Game/SuperSmashTV.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Super Smash Tv/Source/ModulePlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ UpdateResult ModulePlayer::Update()
}


if (App->input->keys[SDL_SCANCODE_F5] == KeyState::KEY_DOWN && vides < 0) { //necessita col·lidir amb un enemic al final per morir
if (App->input->keys[SDL_SCANCODE_F5] == KeyState::KEY_DOWN && vides > 0) { //necessita col·lidir amb un enemic al final per morir
vides--;
}

Expand Down

0 comments on commit 22254ca

Please sign in to comment.