Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions MapClass.h
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,18 @@ class NOVTABLE MapClass : public GScreenClass
void RecalculateSubZones(CellStruct const& cell)
{ JMP_THIS(0x584550); }

void RepairWoodBridgeAt(CellStruct const& cell)
{ JMP_THIS(0x570050); }

void RepairConcreteBridgeAt(CellStruct const& cell)
{ JMP_THIS(0x573540); }

void DestroyWoodBridgeAt(CellStruct const& cell)
{ JMP_THIS(0x574C20); }

void DestroyConcreteBridgeAt(CellStruct const& cell)
{ JMP_THIS(0x574000); }


protected:
//Constructor
Expand Down