1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 08:59:09 +00:00

(svn r19227) -Codechange: Reorganization of parameters at CmdBuildRoadStop.

This commit is contained in:
terkhen
2010-02-24 21:45:23 +00:00
parent 44e5cb41e7
commit 524a10b375
5 changed files with 57 additions and 27 deletions

View File

@@ -47,6 +47,7 @@ static CommandCallback * const _callback_table[] = {
/* 0x14 */ CcGiveMoney,
/* 0x15 */ CcCreateGroup,
/* 0x16 */ CcFoundRandomTown,
/* 0x17 */ CcRoadStop,
};
/** Local queue of packets */