Skip to content

Commit 1d715b4

Browse files
committed
Update CellClass.h
1 parent a8c3f61 commit 1d715b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CellClass.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ class NOVTABLE CellClass : public AbstractClass
381381
bool IsClearToMove(SpeedType speedType, bool ignoreInfantry, bool ignoreVehicles, int zone, MovementZone movementZone, int level, bool isBridge)
382382
{ JMP_THIS(0x4834A0); }
383383

384+
void DamageWall(int damage)
385+
{ JMP_THIS(0x480CB0); }
386+
384387
protected:
385388
//Constructor
386389
CellClass() noexcept

0 commit comments

Comments
 (0)