From fcb6ae541fa4773b2db436e85daa9cdbb9ae45a5 Mon Sep 17 00:00:00 2001 From: hatal175 Date: Sun, 28 May 2023 10:21:28 +0300 Subject: setFadeColor fix, some d_msg_flow functions (#339) --- include/d/save/d_save.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/d/save') diff --git a/include/d/save/d_save.h b/include/d/save/d_save.h index fa3f80cdea..f5934842ce 100644 --- a/include/d/save/d_save.h +++ b/include/d/save/d_save.h @@ -1111,7 +1111,7 @@ public: void removeZone(int zoneNo) { mZone[zoneNo].reset(); } void setNoFile(u8 file) { mNoFile = file; } u8 getNewFile() const { return mNewFile; } - void setNewFile(u8 file) { mNewFile |= file; } + void setNewFile(u8 file) { mNewFile = file; } static const int MEMORY_SWITCH = 0x80; static const int DAN_SWITCH = 0x40; -- cgit v1.2.3