Skip to content

Commit

Permalink
近乡情更怯,不敢问来人
Browse files Browse the repository at this point in the history
统一使用battle_mode取代semi_real
  • Loading branch information
scarsty committed Apr 17, 2024
1 parent d082af9 commit 6fd1b83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mlcc
Submodule mlcc updated 7 files
+77 −0 Cifa.cpp
+9 −9 ConsoleControl.h
+20 −6 Engine.cpp
+2 −0 Engine.h
+13 −25 INIReader.h
+1 −1 filefunc.cpp
+4 −0 readme.md
2 changes: 1 addition & 1 deletion src/BattleScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ BattleScene::BattleScene()
addChild(head_self_);
battle_cursor_ = std::make_shared<BattleCursor>(this);
save_ = Save::getInstance();
semi_real_ = GameUtil::getInstance()->getInt("game", "semi_real", 0);
semi_real_ = GameUtil::getInstance()->getInt("game", "battle_mode", 0);
rand_.set_seed();
}

Expand Down
1 change: 1 addition & 0 deletions update-submodule.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git submodule update --remote --rebase

0 comments on commit 6fd1b83

Please sign in to comment.