(svn r2536) - Fix: [ 1215999 ] Segmentation fault in main menu - corrupted sample.cat. Flush the output buffer to print the error message before the game crashes. (mcmohr)
#ifndef CALLBACK_TABLE_H#define CALLBACK_TABLE_Hextern CommandCallback *_callback_table[];extern const int _callback_table_count;#endif