mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-16 16:20:34 +02:00
Patch 1.01 Merge branch 'master' of https://github.com/electronicarts/CnC_Remastered_Collection
# Conflicts, ignored these upstream changes: # REDALERT/MiscAsm.cpp # REDALERT/WIN32LIB/DrawMisc.cpp
This commit is contained in:
@@ -1372,7 +1372,7 @@ void DriveClass::AI(void)
|
||||
land = Map[Center_Coord()].Land_Type();
|
||||
}
|
||||
if (IsLocked && Mission != MISSION_ENTER && Target_Legal(NavCom) && !Is_In_Same_Zone(As_Cell(NavCom)) &&
|
||||
land != LAND_ROCK && land != LAND_WATER && land != LAND_RIVER) {
|
||||
land != LAND_ROCK && land != LAND_WATER && land != LAND_RIVER && !Team) {
|
||||
Stop_Driver();
|
||||
Assign_Destination(TARGET_NONE);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user