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

(svn r24139) -Add: Creating a new vehicle group by drag and drop. (Based on patch by Juanjo)

This commit is contained in:
michi_cc
2012-04-17 19:44:16 +00:00
parent 0daf350922
commit 37e321044a
5 changed files with 29 additions and 3 deletions

View File

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