diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2010-07-01 22:26:18 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:38 +0000 |
commit | b00a7ebe1cfc0e74932173556b64962a4ebd5691 (patch) | |
tree | 49c7c28cb2e29ba4b20fa34d6502260cfdcd262d /src/ui | |
parent | 9c039b14c975dee425c057d284d9c1cf2c3d3bac (diff) |
* Don't confuse TYPE_* with ITEM_TYPE_*
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/ui_shared.c | 2 |
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 |