mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-16 08:11:00 +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:
@@ -329,7 +329,8 @@ static TechnoClass * _Who_Can_Pop_Out_Of(CELL origin)
|
||||
for (int f = -1; f < 8; f++) {
|
||||
CellClass * ptr = cellptr;
|
||||
if (f != -1) {
|
||||
ptr = &ptr->Adjacent_Cell(FacingType(f));
|
||||
ptr = ptr->Adjacent_Cell(FacingType(f));
|
||||
if (!ptr) continue;
|
||||
}
|
||||
|
||||
BuildingClass * building = ptr->Cell_Building();
|
||||
|
||||
Reference in New Issue
Block a user