259 {$INCLUDE CCHandlers.inc} |
259 {$INCLUDE CCHandlers.inc} |
260 |
260 |
261 initialization |
261 initialization |
262 InitConsole; |
262 InitConsole; |
263 RegisterVariable('quit' , vtCommand, @chQuit , true ); |
263 RegisterVariable('quit' , vtCommand, @chQuit , true ); |
|
264 RegisterVariable('proto' , vtCommand, @chCheckProto , true ); |
264 RegisterVariable('capture' , vtCommand, @chCapture , true ); |
265 RegisterVariable('capture' , vtCommand, @chCapture , true ); |
265 RegisterVariable('addteam' , vtCommand, @chAddTeam , false); |
266 RegisterVariable('addteam' , vtCommand, @chAddTeam , false); |
266 RegisterVariable('rdriven' , vtCommand, @chTeamLocal , false); |
267 RegisterVariable('rdriven' , vtCommand, @chTeamLocal , false); |
267 RegisterVariable('map' , vtCommand, @chSetMap , false); |
268 RegisterVariable('map' , vtCommand, @chSetMap , false); |
268 RegisterVariable('theme' , vtCommand, @chSetTheme , false); |
269 RegisterVariable('theme' , vtCommand, @chSetTheme , false); |