diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2026-02-11 00:31:16 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2026-02-11 00:31:16 -0300 |
| commit | 38a06a06d6988009eb022f1a5ee0f31f8b93ac4e (patch) | |
| tree | 640f0871c3e6f5a32ba5c78955d9d2f7a1c9d56f /src/map.cc | |
| parent | cd6b26da5db7ef5422b510ba141ab924aaec71bf (diff) | |
| download | game-38a06a06d6988009eb022f1a5ee0f31f8b93ac4e.tar.gz game-38a06a06d6988009eb022f1a5ee0f31f8b93ac4e.zip | |
fix bug with Challenge spell
Diffstat (limited to 'src/map.cc')
| -rw-r--r-- | src/map.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1476,8 +1476,8 @@ void PatchSector(int SectorX, int SectorY, int SectorZ, bool FullSector, // NOTE(fusion): Step 2. // Patch fields not specified in the input script if `FullSector` is set. - // Note that patching in this case is simply deleting a field's objects. - // House fields are NOT patched if `SaveHouses` is set. + // Note that patching in this case is simply clearing the field. House fields + // are NOT patched if `SaveHouses` is set. if(FullSector){ for(int OffsetX = 0; OffsetX < 32; OffsetX += 1) for(int OffsetY = 0; OffsetY < 32; OffsetY += 1){ |
