]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Minor performance tweak
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index 6398cbe939d72be500f4fb542536e06af27fa3de..f1154e1b59539c66039e39b3b4373aafd25a2f3f 100644 (file)
@@ -1504,6 +1504,7 @@ only called if a time or frag limit has expired
 */
 void NextLevel()
 {
+    SELFPARAM();
        gameover = true;
 
        intermission_running = 1;