jdcraley / wiicoverflow

Automatically exported from code.google.com/p/wiicoverflow
0 stars 0 forks source link

Please add these codes to GFX.c #239

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have a error when I compile a Chinese version use this code since R634.
The game can't boot!
It's work fine when I add these codes to GFX.c 1701 line.
It can free the memory used by button.

    FreeButtonResources(&manageCheatsButton);
    FreeButtonResources(&pageUpButton);
    FreeButtonResources(&pageDownButton);
        FreeButtonResources(&cheatDoneButton);

Original issue reported on code.google.com by conn...@163.net on 19 Jun 2009 at 5:38

GoogleCodeExporter commented 8 years ago
I'll do this with using  #ifdef CHEAT_MANAGER
Thx

Original comment by LoudBob11@googlemail.com on 19 Jun 2009 at 7:29

GoogleCodeExporter commented 8 years ago
fixed by r648/r649

Original comment by LoudBob11@googlemail.com on 19 Jun 2009 at 8:14

GoogleCodeExporter commented 8 years ago
Thx!

Original comment by conn...@163.net on 19 Jun 2009 at 9:18

GoogleCodeExporter commented 8 years ago
Sorry, that was my fault.

Original comment by F1SHE4RS@gmail.com on 20 Jun 2009 at 6:43