Follow global naming convention for new records

This commit is contained in:
Alexei Dobrohotov 2021-11-10 22:50:01 +03:00
parent 6e5b45453d
commit cc4c96d0f1
6 changed files with 60 additions and 58 deletions

View file

@ -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