Move game removed world objs to game resource
This commit is contained in:
@@ -1033,16 +1033,6 @@ function isWeatherSupported() {
|
|||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function isRemovingWorldObjectsSupported() {
|
|
||||||
if(getGame() == GAME_GTA_III) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// ===========================================================================
|
|
||||||
|
|
||||||
function arePickupsSupported() {
|
function arePickupsSupported() {
|
||||||
if(isGTAIV()) {
|
if(isGTAIV()) {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user