diff options
author | smatz <smatz@openttd.org> | 2010-04-24 20:55:51 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2010-04-24 20:55:51 +0000 |
commit | e3c89df39888b24038790496a149b9048f2c6f0c (patch) | |
tree | 7eec301817fb2757a509f002f21497fe17287617 /src/network | |
parent | 82136fbc62301c0f350c51d438c10be04c863720 (diff) | |
download | openttd-e3c89df39888b24038790496a149b9048f2c6f0c.tar.xz |
(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/network_command.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/network_command.cpp b/src/network/network_command.cpp index 725b034d0..71724b509 100644 --- a/src/network/network_command.cpp +++ b/src/network/network_command.cpp @@ -49,6 +49,7 @@ static CommandCallback * const _callback_table[] = { /* 0x16 */ CcFoundRandomTown, /* 0x17 */ CcRoadStop, /* 0x18 */ CcBuildIndustry, + /* 0x19 */ CcStartStopVehicle, }; /** Local queue of packets */ |