diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-27 02:18:40 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-27 02:22:21 -0300 |
| commit | 42959207914208438261810757abea43422a28fe (patch) | |
| tree | fb7c3c6917a32f35cfb64138b7823c98fb75fbfb /src/map.hh | |
| parent | ad1f1814541fc38f7c06e88c7925fbb5bd0dceeb (diff) | |
| download | game-42959207914208438261810757abea43422a28fe.tar.gz game-42959207914208438261810757abea43422a28fe.zip | |
impl RefreshSector and PatchSector (WTF)
Diffstat (limited to 'src/map.hh')
| -rw-r--r-- | src/map.hh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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); |
