TONY: Further work on LZO integration

This commit is contained in:
Paul Gilbert 2012-04-29 09:14:45 +10:00
parent f0d4b200d7
commit ff71cda424
9 changed files with 617 additions and 834 deletions

View file

@ -58,7 +58,7 @@ Common::Error TonyEngine::run() {
*/
Common::ErrorCode TonyEngine::Init() {
// Initialise the function list
Common::fill(FuncList, FuncList + sizeof(FuncList), (LPCUSTOMFUNCTION)NULL);
Common::fill(FuncList, FuncList + 300, (LPCUSTOMFUNCTION)NULL);
// Initializes MPAL system, passing the custom functions list
Common::File f;