projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15a6e2c
)
Comment out the MSG_CHOICE debug on init
author
Samual Lenks <samual@xonotic.org>
Sat, 24 Aug 2013 23:40:24 +0000
(19:40 -0400)
committer
Samual Lenks <samual@xonotic.org>
Sat, 24 Aug 2013 23:40:24 +0000
(19:40 -0400)
qcsrc/common/notifications.qc
patch
|
blob
|
history
diff --git
a/qcsrc/common/notifications.qc
b/qcsrc/common/notifications.qc
index
4ed4a1f
..
1322989
100644
(file)
--- a/
qcsrc/common/notifications.qc
+++ b/
qcsrc/common/notifications.qc
@@
-847,7
+847,7
@@
void Create_Notification_Entity(
notif.nent_stringcount = max(notif.nent_optiona.nent_stringcount, notif.nent_optionb.nent_stringcount);
notif.nent_floatcount = max(notif.nent_optiona.nent_floatcount, notif.nent_optionb.nent_floatcount);
- #ifdef NOTIFICATIONS_DEBUG
+
/*
#ifdef NOTIFICATIONS_DEBUG
Debug_Notification(sprintf(
"Create_Notification_Entity(...): MSG_CHOICE: %s\n%s\n%s\n",
notif.nent_name,
@@
-866,7
+866,7
@@
void Create_Notification_Entity(
notif.nent_optionb.nent_floatcount
)
));
- #endif
+ #endif
*/
}
break;
}