mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
More conversions to SoldierID
This commit is contained in:
@@ -992,7 +992,7 @@ SOLDIERTYPE& SOLDIERTYPE::operator=(const OLDSOLDIERTYPE_101& src)
|
||||
this->bRegenBoostersUsedToday = src.bRegenBoostersUsedToday;
|
||||
this->bNumPelletsHitBy = src.bNumPelletsHitBy;
|
||||
this->sSkillCheckGridNo = src.sSkillCheckGridNo;
|
||||
this->ubLastEnemyCycledID = src.ubLastEnemyCycledID;
|
||||
this->ubLastEnemyCycledID = static_cast<UINT16>( src.ubLastEnemyCycledID );
|
||||
|
||||
this->ubPrevSectorID = src.ubPrevSectorID;
|
||||
this->ubNumTilesMovesSinceLastForget = src.ubNumTilesMovesSinceLastForget;
|
||||
|
||||
Reference in New Issue
Block a user