mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Added missing iNextLandTime archived variable
This commit is contained in:
parent
8fc5dacebf
commit
2cc47e10f9
2 changed files with 8 additions and 0 deletions
|
@ -2128,6 +2128,11 @@ void Sentient::Archive(Archiver& arc)
|
|||
Holster(true);
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Openmohaa additions
|
||||
//
|
||||
arc.ArchiveInteger(&iNextLandTime);
|
||||
}
|
||||
|
||||
static bool IsItemName(const char *name)
|
||||
|
|
|
@ -219,6 +219,9 @@ public:
|
|||
|
||||
bool m_bFootOnGround_Right;
|
||||
bool m_bFootOnGround_Left;
|
||||
//
|
||||
// Openmohaa additions
|
||||
//
|
||||
int iNextLandTime;
|
||||
|
||||
CLASS_PROTOTYPE(Sentient);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue