Fix unused but set variable compilation error under linux.
Former-commit-id: 1aa4373e3dce07d1a8331a74a557f56eca574520
This commit is contained in:
@ -291,12 +291,12 @@ void Client_Object(void* mValue)
|
||||
const char *classname;
|
||||
edict_t* pObject = NULL;
|
||||
|
||||
const char* value;
|
||||
//const char* value;
|
||||
|
||||
if(mValue)
|
||||
{
|
||||
value = (char*)mValue;
|
||||
}
|
||||
//if(mValue)
|
||||
//{
|
||||
// value = (char*)mValue;
|
||||
//}
|
||||
|
||||
if(!mPlayer->object.carrying)
|
||||
{
|
||||
|
Reference in New Issue
Block a user