1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-24 15:09:10 +00:00

(svn r19423) -Codechange: Move error message reporting of industry build in SE to a callback.

This commit is contained in:
alberth
2010-03-14 19:59:45 +00:00
parent 6ef68f5d42
commit db1c6b7a81
3 changed files with 26 additions and 5 deletions

View File

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