mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Fixed wrong area portal writing
This commit is contained in:
parent
7fdd26c59e
commit
ac6b5ef1f7
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ CM_WritePortalState
|
|||
void CM_WritePortalState( fileHandle_t f )
|
||||
{
|
||||
FS_Write( &cm.numAreas, sizeof( int ), f );
|
||||
FS_Write( &cm.areaPortals, cm.numAreas * cm.numAreas * sizeof( *cm.areaPortals ), f );
|
||||
FS_Write( cm.areaPortals, cm.numAreas * cm.numAreas * sizeof( *cm.areaPortals ), f );
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue