mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-23 12:42:36 +00:00
Fix a cd key check warning
This commit is contained in:
parent
f9b3e2b307
commit
240fd736a8
1 changed files with 3 additions and 2 deletions
|
@ -1057,8 +1057,9 @@ intptr_t CL_UISystemCalls( intptr_t *args ) {
|
|||
re.RemapShader( VMA(1), VMA(2), VMA(3) );
|
||||
return 0;
|
||||
|
||||
case UI_VERIFY_CDKEY:
|
||||
return CL_CDKeyValidate(VMA(1), VMA(2));
|
||||
// JBravo: no need
|
||||
// case UI_VERIFY_CDKEY:
|
||||
// return CL_CDKeyValidate(VMA(1), VMA(2));
|
||||
|
||||
default:
|
||||
Com_Error( ERR_DROP, "Bad UI system trap: %ld", (long int) args[0] );
|
||||
|
|
Loading…
Reference in a new issue