1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(svn r23604) -Add: initial support for GameScripts

This commit is contained in:
truebrain
2011-12-19 20:50:54 +00:00
parent 5cda1d7c90
commit 12aa5b6a58
33 changed files with 729 additions and 37 deletions

View File

@@ -47,6 +47,7 @@ static CommandCallback * const _callback_table[] = {
/* 0x17 */ CcRoadStop,
/* 0x18 */ CcBuildIndustry,
/* 0x19 */ CcStartStopVehicle,
/* 0x1A */ CcGame,
};
/**