From a9d7d9c6f797dc70620b6b80ab6c1b8d2c01a999 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 4 Jun 2015 11:20:26 +0100 Subject: [PATCH] fixed forgotten pass --- game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.py b/game.py index fc373c1..b50c6dc 100644 --- a/game.py +++ b/game.py @@ -107,7 +107,7 @@ def play(window, options): else: player.move(-player.speed) if keys[pygame.K_KP4] and keys[pygame.K_KP5] and keys[pygame.K_KP6] and player.OP: - temp = Bullet(player, player.options["Textures"]) + temp = Bullet(player, player.options["Textures"], False) bullet_group.add(temp) if keys[pygame.K_r] and [pygame.K_9] and [pygame.K_k] and player.OP: