1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-21 21:49:10 +00:00

(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it

This commit is contained in:
smatz
2010-04-24 20:55:51 +00:00
parent 82136fbc62
commit e3c89df398
8 changed files with 42 additions and 7 deletions

View File

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