Don't process clear msgs game func on IV

This commit is contained in:
Vortrex
2021-12-11 20:14:34 -06:00
parent 335edcf971
commit 35681e432e

View File

@@ -812,7 +812,7 @@ function setUpInitialGame() {
// ===========================================================================
function processGameSpecifics() {
if(game.game != VRR_GAME_GTA_IV) {
if(game.game < VRR_GAME_GTA_IV) {
game.clearMessages();
}