(svn r17596) -Codechange: constify some tables
This commit is contained in:
@@ -67,7 +67,7 @@ CommandCallback CcCreateGroup;
|
||||
/* ai/ai_core.cpp */
|
||||
CommandCallback CcAI;
|
||||
|
||||
CommandCallback *_callback_table[] = {
|
||||
CommandCallback * const _callback_table[] = {
|
||||
/* 0x00 */ NULL,
|
||||
/* 0x01 */ CcBuildAircraft,
|
||||
/* 0x02 */ CcBuildAirport,
|
||||
|
Reference in New Issue
Block a user