aboutsummaryrefslogtreecommitdiff
path: root/gamemode/hud/draw_spell.lua
diff options
context:
space:
mode:
authorAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-02-27 20:11:33 -0500
committerAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-02-27 20:11:33 -0500
commit8d1447d13b2ec82588f52467be56b90c8ffe9e80 (patch)
tree97d264d1792dd6ca7ad05912e3b333f6ce6af0c5 /gamemode/hud/draw_spell.lua
parent21fca07b8e449daf8446ff67b0169d0fd39bec9c (diff)
downloadwintersurvival2-8d1447d13b2ec82588f52467be56b90c8ffe9e80.tar.gz
wintersurvival2-8d1447d13b2ec82588f52467be56b90c8ffe9e80.tar.bz2
wintersurvival2-8d1447d13b2ec82588f52467be56b90c8ffe9e80.zip
Finished rubicks circle minigame
Diffstat (limited to 'gamemode/hud/draw_spell.lua')
-rw-r--r--gamemode/hud/draw_spell.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/gamemode/hud/draw_spell.lua b/gamemode/hud/draw_spell.lua
index 32c1bc6..97c702b 100644
--- a/gamemode/hud/draw_spell.lua
+++ b/gamemode/hud/draw_spell.lua
@@ -138,7 +138,6 @@ end
function DrawSpellOverlay()
if(CASTING_SPELL) then
- print("Calling casting_spell's draw...")
CASTING_SPELL["draw"](CASTING_SPELL)
if(CASTING_SPELL.Score != nil) then
finishedcasting(CASTING_SPELL.Score)