(svn r6515) -Feature: added "start all" and "stop all" buttons to the depot windows

This commit is contained in:
bjarni
2006-09-26 19:20:35 +00:00
parent d9f18c0cbb
commit 1d554da2fc
6 changed files with 99 additions and 16 deletions

View File

@@ -136,6 +136,7 @@ enum {
CMD_REPLACE_VEHICLE = 115,
CMD_CLONE_VEHICLE = 116,
CMD_MASS_START_STOP = 117,
};