summaryrefslogtreecommitdiff
path: root/src/code/m_start_data_init.c
diff options
context:
space:
mode:
authorPrakxo <87568477+Prakxo@users.noreply.github.com>2023-12-21 16:50:42 +0100
committerGitHub <noreply@github.com>2023-12-21 08:50:42 -0700
commit72514d5aae62cc9789b2de0d3d3ba764be2c168d (patch)
treeb3e91ff0fd9320f6ee021f8cebd046683f0cd5d4 /src/code/m_start_data_init.c
parent45e93dc1b6a859a5f27f3f2b52630598a8d11ad1 (diff)
m_select OK (#128)
* m_select OK * format
Diffstat (limited to 'src/code/m_start_data_init.c')
-rw-r--r--src/code/m_start_data_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/m_start_data_init.c b/src/code/m_start_data_init.c
index cfedc6e..9e2e00f 100644
--- a/src/code/m_start_data_init.c
+++ b/src/code/m_start_data_init.c
@@ -288,7 +288,7 @@ s32 mSDI_StartInitFrom(Game* game2, s32 playerNumber, s32 mallocFlag) {
mMkRm_MarkRoom(game);
res = TRUE;
} else {
- common_data.player_decoy_flag = TRUE;
+ common_data.playerDecoyFlag = TRUE;
privateInfo->exists = TRUE;
common_data.privateInfo = privateInfo;
common_data.playerNumber = playerNumber;