Skip to content

Commit 073f80b

Browse files
Merge branch 'master' into server
2 parents 8964d89 + ee7fa4f commit 073f80b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gframe/single_mode.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ int SingleMode::SinglePlayThread() {
5757
set_registry_value(pduel, "start_lp", std::to_string(start_lp).c_str());
5858
set_registry_value(pduel, "start_hand", std::to_string(start_hand).c_str());
5959
set_registry_value(pduel, "draw_count", std::to_string(draw_count).c_str());
60-
set_registry_value(pduel, "player_type_0", swapped ? "1" : "0");
61-
set_registry_value(pduel, "player_type_1", swapped ? "0" : "1");
60+
set_registry_value(pduel, "player_type_0", "0");
61+
set_registry_value(pduel, "player_type_1", "1");
6262
set_player_info(pduel, 0, start_lp, start_hand, draw_count);
6363
set_player_info(pduel, 1, start_lp, start_hand, draw_count);
6464
preload_script(pduel, "./script/special.lua");

0 commit comments

Comments
 (0)