summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Millwood <thebenmachine@gmail.com>2010-07-01 22:26:18 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:38 +0000
commitb00a7ebe1cfc0e74932173556b64962a4ebd5691 (patch)
tree49c7c28cb2e29ba4b20fa34d6502260cfdcd262d
parent9c039b14c975dee425c057d284d9c1cf2c3d3bac (diff)
* Don't confuse TYPE_* with ITEM_TYPE_*
-rw-r--r--src/ui/ui_shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_shared.c b/src/ui/ui_shared.c
index f36c7b9b..7b6db434 100644
--- a/src/ui/ui_shared.c
+++ b/src/ui/ui_shared.c
@@ -7350,7 +7350,7 @@ qboolean Item_Parse( int handle, itemDef_t *item )
if( test != key->param )
{
- if( test == ITEM_TYPE_NONE )
+ if( test == TYPE_NONE )
PC_SourceError( handle, "menu item keyword %s requires "
"type specification", token.string );
else