(svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical

This commit is contained in:
rubidium
2010-01-11 18:34:02 +00:00
parent b4b77221ce
commit 8bdeb2cab6
12 changed files with 48 additions and 115 deletions

View File

@@ -107,4 +107,6 @@ static inline DoCommandFlag CommandFlagsToDCFlags(uint cmd_flags)
return flags;
}
CommandCallback CcBuildPrimaryVehicle;
#endif /* COMMAND_FUNC_H */