Skip to content

Commit

Permalink
Actually pass in a reference to ImportResearchList()
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast committed Jan 30, 2024
1 parent fbe563c commit 40848f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrct2/rct2/S6Importer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@ namespace RCT2
}
}

void ImportResearchList(GameState_t gameState)
void ImportResearchList(GameState_t& gameState)
{
bool invented = true;
for (const auto& researchItem : _s6.ResearchItems)
Expand Down

0 comments on commit 40848f0

Please sign in to comment.