(svn r2066) - Fix: [ 1164248 ] game crash while AI builds bridge. Also protect bridge building against invalid bridges and some safeguards when drawing.
#ifndef CALLBACK_TABLE_H#define CALLBACK_TABLE_Hextern CommandCallback *_callback_table[];extern const int _callback_table_count;#endif