Don't process clear msgs game func on IV
This commit is contained in:
@@ -812,7 +812,7 @@ function setUpInitialGame() {
|
|||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function processGameSpecifics() {
|
function processGameSpecifics() {
|
||||||
if(game.game != VRR_GAME_GTA_IV) {
|
if(game.game < VRR_GAME_GTA_IV) {
|
||||||
game.clearMessages();
|
game.clearMessages();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user