From e0f22b36a1c88bb7803fae109937e80983af0f9f Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 25 Aug 2009 10:44:19 +0000 Subject: (svn r17281) -Feature(tte): open the 'Rename group' dialog after creating new group --- src/callback_table.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/callback_table.cpp') diff --git a/src/callback_table.cpp b/src/callback_table.cpp index 8bf13f5f2..d0caf7b88 100644 --- a/src/callback_table.cpp +++ b/src/callback_table.cpp @@ -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); -- cgit v1.2.3-54-g00ecf