OSDN Git Service

[Refactor] #3312 StatusRedrawingFlag をStatusRecalculatingFlag に改名した
[hengbandforosx/hengbandosx.git] / src / player / digestion-processor.cpp
index d0bcfe0..e3b79b5 100644 (file)
@@ -215,7 +215,7 @@ bool set_food(PlayerType *player_ptr, TIME_EFFECT v)
     }
 
     auto &rfu = RedrawingFlagsUpdater::get_instance();
-    rfu.set_flag(StatusRedrawingFlag::BONUS);
+    rfu.set_flag(StatusRecalculatingFlag::BONUS);
     rfu.set_flag(MainWindowRedrawingFlag::HUNGER);
     handle_stuff(player_ptr);