mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Fix function definition
This commit is contained in:
@@ -3530,7 +3530,7 @@ void TrashWorld( void )
|
||||
|
||||
|
||||
|
||||
void TrashMapTile(INT16 MapTile)
|
||||
void TrashMapTile(INT32 MapTile)
|
||||
{
|
||||
MAP_ELEMENT *pMapTile;
|
||||
LEVELNODE *pLandNode;
|
||||
|
||||
Reference in New Issue
Block a user