Changed crime IDs for legacy savegames. Not an issue, but it was inconsistent.

actorid
scrawl 11 years ago
parent 262e959699
commit 2cb9f38a45

@ -26,9 +26,9 @@ void ESM::Player::load (ESMReader &esm)
mBirthsign = esm.getHNString ("SIGN");
mCurrentCrimeId = 0;
mCurrentCrimeId = -1;
esm.getHNOT (mCurrentCrimeId, "CURD");
mPayedCrimeId = 0;
mPayedCrimeId = -1;
esm.getHNOT (mPayedCrimeId, "PAYD");
}

Loading…
Cancel
Save