(svn r17281) -Feature(tte): open the 'Rename group' dialog after creating new group

This commit is contained in:
smatz
2009-08-25 10:44:19 +00:00
parent 6115a008b1
commit e0f22b36a1
2 changed files with 48 additions and 17 deletions

View File

@@ -61,6 +61,9 @@ CommandCallback CcBuildShip;
CommandCallback CcBuildWagon;
CommandCallback CcBuildLoco;
/* group_gui.cpp */
CommandCallback CcCreateGroup;
/* ai/ai_core.cpp */
CommandCallback CcAI;
@@ -89,6 +92,7 @@ CommandCallback *_callback_table[] = {
/* 0x15 */ CcAI,
/* 0x16 */ CcCloneVehicle,
/* 0x17 */ CcGiveMoney,
/* 0x18 */ CcCreateGroup,
};
const int _callback_table_count = lengthof(_callback_table);