summaryrefslogtreecommitdiff
path: root/src/d/d_save/d_save.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2021-01-05 08:48:08 -0800
committerGitHub <noreply@github.com>2021-01-05 11:48:08 -0500
commite9607ae760eea953c56c30e079c1eb3c4e77b351 (patch)
treef2928863f4a7638c715443cc53127f5ca9bc8574 /src/d/d_save/d_save.cpp
parentd89fb9950691bdb95d6b38aea49f62fdb7ec2a94 (diff)
add a lot of dComIfGs inlines (#65)
* item_func inlines * some getcheck func inlines * remove asm * format * format Co-authored-by: Pheenoh <pheenoh@gmail.com>
Diffstat (limited to 'src/d/d_save/d_save.cpp')
-rw-r--r--src/d/d_save/d_save.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_save/d_save.cpp b/src/d/d_save/d_save.cpp
index b2ac59c422..e788fc4be9 100644
--- a/src/d/d_save/d_save.cpp
+++ b/src/d/d_save/d_save.cpp
@@ -41,8 +41,8 @@ void dSv_player_status_a_c::init() {
this->mEquipment[3] = NO_ITEM;
this->mEquipment[4] = NO_ITEM;
this->mCurrentWallet = WALLET;
- this->unk26 = 0;
- this->unk27 = 0;
+ this->mMaxMagic = 0;
+ this->mCurrentMagic = 0;
this->mMagicFlag = 0;
this->unk29 = 0;
this->unk30 = 0;