Change new mission screenmsg to green

This commit is contained in:
rftrdev
2022-11-01 01:08:17 -07:00
parent 70c7c0bf96
commit 32d565eb99
+1 -1
View File
@@ -3939,7 +3939,7 @@ void DailyUpdate()
}
}
ScreenMsg(FONT_MCOLOR_LTYELLOW, MSG_INTERFACE, szRebelCommandText[RCT_NEW_MISSIONS_AVAILABLE_NOTIFICATION]);
ScreenMsg(FONT_MCOLOR_LTGREEN, MSG_INTERFACE, szRebelCommandText[RCT_NEW_MISSIONS_AVAILABLE_NOTIFICATION]);
}
}