]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
var.string -> var .string master
authorterencehill <piuntn@gmail.com>
Wed, 6 Nov 2024 13:12:28 +0000 (14:12 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 6 Nov 2024 13:12:28 +0000 (14:12 +0100)
qcsrc/common/effects/qc/globalsound.qc

index f5eaf11cdb8c659efa2de3eb66d646d1aca98e47..cdf127c62ee8a47650900a8df0cc18675bcff3d8 100644 (file)
                                        continue;
                                }
                                string key = argv(0);
-                               var.string field = GetPlayerSoundSampleField(key);
+                               var .string field = GetPlayerSoundSampleField(key);
                                if (GetPlayerSoundSampleField_notFound) field = GetVoiceMessageSampleField(key);
                                if (GetPlayerSoundSampleField_notFound)
                                {