(svn r2128) Kill forgotten CmdSetNewMapSize() stub whose existence was kindly pointed out by TrueLight.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
pasky 20 years ago
parent 71b0622cec
commit bfe31c32c0

@ -325,10 +325,3 @@ int32 CmdSetNewLandscapeType(int x, int y, uint32 flags, uint32 p1, uint32 p2)
}
return 0;
}
int32 CmdSetNewMapSize(int x, int y, uint32 flags, uint32 p1, uint32 p2)
{
if (flags & DC_EXEC) {
}
return 0;
}

Loading…
Cancel
Save