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_assaultrifle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wp_assaultrifle.cpp') diff --git a/src/wp_assaultrifle.cpp b/src/wp_assaultrifle.cpp index 6b9a2c7..1ed9e19 100644 --- a/src/wp_assaultrifle.cpp +++ b/src/wp_assaultrifle.cpp @@ -46,8 +46,8 @@ int wp_assaultrifle::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; break ; } -- cgit v1.2.3