mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed areaPortals being broken after reading from archive
This commit is contained in:
parent
433305617c
commit
969255c48e
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ void CM_ReadPortalState( fileHandle_t f )
|
|||
if (numareaportals != cm.numAreas) {
|
||||
Com_Error(ERR_DROP, "numareaportals differs from save game");
|
||||
}
|
||||
FS_Read(&cm.areaPortals, cm.numAreas * cm.numAreas * sizeof(*cm.areaPortals), f);
|
||||
FS_Read(cm.areaPortals, cm.numAreas * cm.numAreas * sizeof(*cm.areaPortals), f);
|
||||
CM_FloodAreaConnections();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue