mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +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;
|
MAP_ELEMENT *pMapTile;
|
||||||
LEVELNODE *pLandNode;
|
LEVELNODE *pLandNode;
|
||||||
|
|||||||
Reference in New Issue
Block a user