From: terencehill Date: Wed, 6 Nov 2024 13:12:28 +0000 (+0100) Subject: var.string -> var .string X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3475463529e6976c6f380abf33992218b2a7f486;p=xonotic%2Fxonotic-data.pk3dir.git var.string -> var .string --- diff --git a/qcsrc/common/effects/qc/globalsound.qc b/qcsrc/common/effects/qc/globalsound.qc index f5eaf11cd..cdf127c62 100644 --- a/qcsrc/common/effects/qc/globalsound.qc +++ b/qcsrc/common/effects/qc/globalsound.qc @@ -277,7 +277,7 @@ continue; } string key = argv(0); - var.string field = GetPlayerSoundSampleField(key); + var .string field = GetPlayerSoundSampleField(key); if (GetPlayerSoundSampleField_notFound) field = GetVoiceMessageSampleField(key); if (GetPlayerSoundSampleField_notFound) {