(svn r2206) - Regression Fix: slight typo of res2 into res, this also fixes recent bug "[ 1183396 ] Train can't find depot, it gives money in Multiplayer"
#ifndef CALLBACK_TABLE_H#define CALLBACK_TABLE_Hextern CommandCallback *_callback_table[];extern const int _callback_table_count;#endif