Move game removed world objs to game resource

This commit is contained in:
Vortrex
2021-10-25 13:07:35 -05:00
parent 5aa414d529
commit c327b10766

View File

@@ -1033,16 +1033,6 @@ function isWeatherSupported() {
// ===========================================================================
function isRemovingWorldObjectsSupported() {
if(getGame() == GAME_GTA_III) {
return true;
}
return false;
}
// ===========================================================================
function arePickupsSupported() {
if(isGTAIV()) {
return false;