projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87377cd
)
Remove FRAG_VERBOSE here
author
Samual Lenks <samual@xonotic.org>
Sat, 24 Aug 2013 23:56:03 +0000
(19:56 -0400)
committer
Samual Lenks <samual@xonotic.org>
Sat, 24 Aug 2013 23:56:03 +0000
(19:56 -0400)
qcsrc/common/notifications.qc
patch
|
blob
|
history
diff --git
a/qcsrc/common/notifications.qc
b/qcsrc/common/notifications.qc
index 92cecf25c48d68c9ce96550561225ad4541425ba..4693dfb4c059644f20f7ea029befe1e4bd91671b 100644
(file)
--- a/
qcsrc/common/notifications.qc
+++ b/
qcsrc/common/notifications.qc
@@
-913,8
+913,6
@@
void Notification_GetCvars(void)
sprintf("notification_%s", msg_choice_notifs[i].nent_name)
);
}
-
- GetCvars_handleFloat(get_cvars_s, get_cvars_f, FRAG_VERBOSE, "notification_frag_verbose");
}
#endif