From 977bbaedb88d438e871a1e24e40902dfb6afd495 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Fri, 7 Jan 2022 16:12:29 +0100 Subject: display next level --- src/wp_shotty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wp_shotty.cpp') diff --git a/src/wp_shotty.cpp b/src/wp_shotty.cpp index ae978f4..c84e516 100644 --- a/src/wp_shotty.cpp +++ b/src/wp_shotty.cpp @@ -49,8 +49,8 @@ int wp_shotty::bang(std::vector * enemies, Entity * player) { en->direction.x = (playerDirection.x / 2); en->direction.y = (playerDirection.y / 2); + player->victims += 1; } - player->victims += 1; player->fury += 1; } } -- cgit v1.2.3