mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Follow global naming convention for new records
This commit is contained in:
parent
6e5b45453d
commit
cc4c96d0f1
6 changed files with 60 additions and 58 deletions
|
@ -273,7 +273,7 @@ namespace Nif
|
|||
void NiControllerManager::read(NIFStream *nif)
|
||||
{
|
||||
Controller::read(nif);
|
||||
cumulative = nif->getBoolean();
|
||||
mCumulative = nif->getBoolean();
|
||||
unsigned int numSequences = nif->getUInt();
|
||||
nif->skip(4 * numSequences); // Controller sequences
|
||||
nif->skip(4); // Object palette
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue