X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fnotifications%2Fall.qh;h=babadf8c873272fb7a7e847e31cf2cf41a438fc1;hp=5a7b0af0f3f76c356c8ae37a5ce94e113f771497;hb=4e21f418ad9e6287efb942c1fa2861a51981110a;hpb=e45faed6845419be3c0dc39b3866a93dc9642bd4 diff --git a/qcsrc/common/notifications/all.qh b/qcsrc/common/notifications/all.qh index 5a7b0af0f..babadf8c8 100644 --- a/qcsrc/common/notifications/all.qh +++ b/qcsrc/common/notifications/all.qh @@ -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 "";