mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Fix actionitem conversion
This commit is contained in:
@@ -1589,6 +1589,7 @@ OBJECTTYPE& OBJECTTYPE::operator=(const OLD_OBJECTTYPE_101& src)
|
|||||||
case IC_KEY:
|
case IC_KEY:
|
||||||
(*this)[0]->data.key.ubKeyID = src.ugYucky.ubKeyID;
|
(*this)[0]->data.key.ubKeyID = src.ugYucky.ubKeyID;
|
||||||
break;
|
break;
|
||||||
|
case IC_MISC:
|
||||||
case IC_GRENADE:
|
case IC_GRENADE:
|
||||||
case IC_BOMB:
|
case IC_BOMB:
|
||||||
(*this)[0]->data.misc.bDetonatorType = src.ugYucky.bDetonatorType;
|
(*this)[0]->data.misc.bDetonatorType = src.ugYucky.bDetonatorType;
|
||||||
|
|||||||
Reference in New Issue
Block a user