]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Globalsounds: remove optional REGISTRY_SORT parameter
authorTimePath <andrew.hardaker1995@gmail.com>
Tue, 17 Nov 2015 08:33:34 +0000 (19:33 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Tue, 17 Nov 2015 08:33:34 +0000 (19:33 +1100)
qcsrc/common/effects/qc/globalsound.qh

index e8baf1bc367d6721628dc1dd339df5153f6588d5..4b86da5c8f6fda1cb51c139cf76ef1e7ad08bbd3 100644 (file)
@@ -17,7 +17,7 @@ REGISTRY(PlayerSounds, BITS(8) - 1)
                this.m_playersoundfld = _playersound_##id; \
        }
 REGISTER_REGISTRY(PlayerSounds)
-REGISTRY_SORT(PlayerSounds, 0)
+REGISTRY_SORT(PlayerSounds)
 STATIC_INIT(PlayerSounds_renumber)
 {
        FOREACH(PlayerSounds, true, LAMBDA(it.m_id = i));
@@ -92,7 +92,7 @@ REGISTRY(GlobalSounds, BITS(8) - 1)
                this.m_globalsoundstr = str; \
        }
 REGISTER_REGISTRY(GlobalSounds)
-REGISTRY_SORT(GlobalSounds, 0)
+REGISTRY_SORT(GlobalSounds)
 STATIC_INIT(GlobalSounds_renumber)
 {
        FOREACH(GlobalSounds, true, LAMBDA(it.m_id = i));