From 8a21fc4fde97926ec4d0ff22cd5b4f59a2413190 Mon Sep 17 00:00:00 2001 From: FynnTW Date: Mon, 30 Sep 2024 14:30:43 +0300 Subject: [PATCH] Update patchesForGame.cpp --- M2TWEOP Code/M2TWEOP library/patchesForGame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M2TWEOP Code/M2TWEOP library/patchesForGame.cpp b/M2TWEOP Code/M2TWEOP library/patchesForGame.cpp index 100a297a..6fc9906c 100644 --- a/M2TWEOP Code/M2TWEOP library/patchesForGame.cpp +++ b/M2TWEOP Code/M2TWEOP library/patchesForGame.cpp @@ -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; }