diff -r 4cc327ad39d5 -r 35756db7e577 src/callback_table.cpp --- a/src/callback_table.cpp Sat Jun 02 19:59:29 2007 +0000 +++ b/src/callback_table.cpp Sat Jul 14 19:42:58 2007 +0000 @@ -33,6 +33,7 @@ CommandCallback CcPlaceSign; CommandCallback CcTerraform; CommandCallback CcBuildTown; +CommandCallback CcGiveMoney; /* rail_gui.cpp */ CommandCallback CcPlaySound1E; @@ -87,7 +88,8 @@ /* 0x17 */ CcCloneShip, /* 0x18 */ CcCloneTrain, /* 0x19 */ CcAI, - /* 0x1A */ CcCloneVehicle + /* 0x1A */ CcCloneVehicle, + /* 0x1B */ CcGiveMoney, }; const int _callback_table_count = lengthof(_callback_table);