From 42959207914208438261810757abea43422a28fe Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 27 May 2025 02:18:40 -0300 Subject: impl RefreshSector and PatchSector (WTF) --- src/map.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/map.hh') diff --git a/src/map.hh b/src/map.hh index 38aface..3ab919d 100644 --- a/src/map.hh +++ b/src/map.hh @@ -120,8 +120,9 @@ void SaveObjects(Object Obj, TWriteStream *Stream, bool Stop); void SaveObjects(TReadStream *Stream, TWriteScriptFile *Script); void SaveSector(char *FileName, int SectorX, int SectorY, int SectorZ); void SaveMap(void); -//RefreshSector -//PatchSector +void RefreshSector(int SectorX, int SectorY, int SectorZ, TReadStream *Stream); +void PatchSector(int SectorX, int SectorY, int SectorZ, bool FullSector, + TReadScriptFile *Script, bool SaveHouses); void InitMap(void); void ExitMap(bool Save); -- cgit v1.2.3