]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Kill centerprints when intermission starts
authorSamual Lenks <samual@xonotic.org>
Tue, 26 Feb 2013 23:39:28 +0000 (18:39 -0500)
committerSamual Lenks <samual@xonotic.org>
Tue, 26 Feb 2013 23:39:28 +0000 (18:39 -0500)
qcsrc/server/g_world.qc

index 5b91f905c8a69d55f7a8273fe40591d9c8ac72da..15dce3d80617d16949b0c54f2a077d1dd5f63ea5 100644 (file)
@@ -1598,6 +1598,8 @@ void NextLevel()
        PlayerStats_Shutdown();
        WeaponStats_Shutdown();
 
+       Kill_Notification(NOTIF_ANY, world, MSG_CENTER, 0); // kill all centerprints now
+
        if(autocvar_sv_eventlog)
                GameLogEcho(":gameover");