OSDN Git Service

[Refactor] # PlayerType::mimic_form に付いていたtodoを削除した
authorHourier <66951241+Hourier@users.noreply.github.com>
Fri, 25 Feb 2022 12:35:23 +0000 (21:35 +0900)
committerHourier <66951241+Hourier@users.noreply.github.com>
Sat, 26 Feb 2022 01:19:23 +0000 (10:19 +0900)
src/system/player-type-definition.h

index d8340b2..cfa7461 100644 (file)
@@ -133,7 +133,7 @@ public:
     TIME_EFFECT magicdef{};
     TIME_EFFECT tim_res_nether{}; /* Timed -- Nether resistance */
     TIME_EFFECT tim_res_time{}; /* Timed -- Time resistance */
-    MimicKindType mimic_form{}; // @todo 後でPlayerRaceTypeに差し替える.
+    MimicKindType mimic_form{};
     TIME_EFFECT tim_mimic{};
     TIME_EFFECT tim_sh_fire{};
     TIME_EFFECT tim_sh_holy{};