]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Get rid of a wanring when notifications debug is enabled
authorterencehill <piuntn@gmail.com>
Fri, 23 Apr 2021 12:41:24 +0000 (14:41 +0200)
committerterencehill <piuntn@gmail.com>
Fri, 23 Apr 2021 12:41:24 +0000 (14:41 +0200)
qcsrc/common/notifications/all.qh

index 5a7b0af0f3f76c356c8ae37a5ce94e113f771497..babadf8c873272fb7a7e847e31cf2cf41a438fc1 100644 (file)
@@ -36,6 +36,7 @@ string Get_Notif_TypeName(MSG net_type)
                case MSG_CENTER: return "MSG_CENTER";
                case MSG_MULTI: return "MSG_MULTI";
                case MSG_CHOICE: return "MSG_CHOICE";
+               case MSG_CENTER_KILL: return "MSG_CENTER_KILL";
        }
        LOG_WARNF("Get_Notif_TypeName(%d): Improper net type!", ORDINAL(net_type));
        return "";