From: terencehill Date: Fri, 23 Apr 2021 12:41:24 +0000 (+0200) Subject: Get rid of a wanring when notifications debug is enabled X-Git-Tag: xonotic-v0.8.5~435 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=06d0bd3e988b0bab0f3aabbe5f56baf040d4d4c6 Get rid of a wanring when notifications debug is enabled --- 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 "";