diff options
author | pasky <pasky@openttd.org> | 2005-04-02 16:16:00 +0000 |
---|---|---|
committer | pasky <pasky@openttd.org> | 2005-04-02 16:16:00 +0000 |
commit | bfe31c32c09b06a4ff634272b723fcc76a8ea61e (patch) | |
tree | e905c712ee43eb58a020060c0f391c7f027283de | |
parent | 71b0622cec7e42d7e0d4375120660ad52a672d51 (diff) | |
download | openttd-bfe31c32c09b06a4ff634272b723fcc76a8ea61e.tar.xz |
(svn r2128) Kill forgotten CmdSetNewMapSize() stub whose existence was kindly pointed out by TrueLight.
-rw-r--r-- | intro_gui.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/intro_gui.c b/intro_gui.c index 827f63b93..da33fa62d 100644 --- a/intro_gui.c +++ b/intro_gui.c @@ -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; -} |