diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2026-02-20 16:15:09 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2026-02-20 16:15:09 -0300 |
| commit | b22be90dc86d487d82bafe25057a3feb564b52c4 (patch) | |
| tree | 8f8927ae39407509a126e726fa02c803f0584720 /src/map.cc | |
| parent | 36f1c93665d42c73e06670787647b8f9783890ef (diff) | |
| download | game-b22be90dc86d487d82bafe25057a3feb564b52c4.tar.gz game-b22be90dc86d487d82bafe25057a3feb564b52c4.zip | |
add missing flight direction preference (#53)
Diffstat (limited to 'src/map.cc')
| -rw-r--r-- | src/map.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -542,7 +542,7 @@ static void ResizeHashTable(void){ NewType[0] = STATUS_PERMANENT; NewData[0] = HashTableData[0]; - for(uint32 i = 1; i < NewSize; i += 1){ + for(uint32 i = 1; i < OldSize; i += 1){ if(HashTableType[i] != STATUS_FREE){ if(HashTableType[i] == STATUS_SWAPPED){ UnswapSector((uintptr)HashTableData[i]); |
