Fix function definition

This commit is contained in:
Asdow
2025-11-23 18:28:17 +02:00
parent 842009ab3f
commit 04b1937caa
+1 -1
View File
@@ -3530,7 +3530,7 @@ void TrashWorld( void )
void TrashMapTile(INT16 MapTile)
void TrashMapTile(INT32 MapTile)
{
MAP_ELEMENT *pMapTile;
LEVELNODE *pLandNode;