From e5759094e42cc64c8153900b9a412411fc0b1425 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 6 Dec 2019 09:27:29 -0500 Subject: [PATCH] Fixed an error with order of events. Speed should be more accurately reported now. --- monkeyspank | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkeyspank b/monkeyspank index 5361660..e2beaf1 100755 --- a/monkeyspank +++ b/monkeyspank @@ -40,10 +40,10 @@ def game(mode): pygame.mixer.music.pause() encourage = int(time.time()) lose = False + cut_scene(sounds, 'start-game') startTime = time.time() totalTime = startTime global spanks - cut_scene(sounds, 'start-game') taunt = monkey_taunt() timeOut = time.time() while lose == False: