TONY: Further work on LZO integration
This commit is contained in:
parent
f0d4b200d7
commit
ff71cda424
9 changed files with 617 additions and 834 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue