Skip to content

Commit

Permalink
Update patchesForGame.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnTW committed Sep 30, 2024
1 parent a4f1a2b commit 8a21fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2TWEOP Code/M2TWEOP library/patchesForGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ int patchesForGame::onOffMapModelThing(const int culture)

DWORD* patchesForGame::onSetKhakiText(DWORD* text)
{
if (text && (*text == 0xFF807761 || *text == 0xFF4B3C0A))
if (text && (*text == 0xFF807761 || *text == 0xFF4B3C0A || *text == 0xFF4C4836))
*text = m2tweopOptions::getColor();
return text;
}
Expand Down

0 comments on commit 8a21fc4

Please sign in to comment.