Removed debug print

This commit is contained in:
Martin Haye 2023-10-15 12:40:11 -07:00
parent 0a04372c3e
commit 1aa55ab0c6

View File

@ -340,7 +340,6 @@ end
///////////////////////////////////////////////////////////////////////////////////////////////////
def genShotSound(kindOrText)#0
printf1("\nkindOrText=%s\n", kindOrText)
if streqi(kindOrText, "handguns") or streqi(kindOrText, "rifles") or streqi(kindOrText, "shoots")
genSound(63, 100, 0, 15, 0, 0, 300)
elsif streqi(kindOrText, "bows")