]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
PlayerSound: remove extraneous 'e'
authorTimePath <andrew.hardaker1995@gmail.com>
Tue, 8 Dec 2015 21:31:54 +0000 (08:31 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Tue, 8 Dec 2015 21:31:54 +0000 (08:31 +1100)
qcsrc/common/effects/qc/globalsound.qh

index 892d3d078b3dfb523f41c6bb59ea44d4eb8c0ec6..12ceee29cb31230e3043dc87308bf45de541b23f 100644 (file)
@@ -124,7 +124,7 @@ void PrecachePlayerSounds(string f);
        void _GlobalSound(entity this, entity gs, entity ps, string sample, float chan, float voicetype, bool fake);
        #define GlobalSound(this, def, chan, voicetype) _GlobalSound(this, def, NULL, string_null, chan, voicetype, false)
        #define GlobalSound_string(this, def, chan, voicetype) _GlobalSound(this, NULL, NULL, def, chan, voicetype, false)
-       #define PlayerSound(thise, def, chan, voicetype) _GlobalSound(this, NULL, def, string_null, chan, voicetype, false)
+       #define PlayerSound(this, def, chan, voicetype) _GlobalSound(this, NULL, def, string_null, chan, voicetype, false)
        #define VoiceMessage(this, def, msg) \
                do \
                { \