- another fix :)

This commit is contained in:
mtabachenko 2009-12-20 14:40:27 +00:00
parent 659b0dbcb6
commit bc56097041
1 changed files with 2 additions and 2 deletions

View File

@ -59,13 +59,13 @@ private:
char *clearCode(char *s); char *clearCode(char *s);
public: public:
CHEATS::CHEATS(): CHEATS():
num(0), currentGet(0), stack(0), numStack(0), disabled(0) num(0), currentGet(0), stack(0), numStack(0), disabled(0)
{ {
memset(list, 0, sizeof(list)); memset(list, 0, sizeof(list));
memset(filename, 0, sizeof(filename)); memset(filename, 0, sizeof(filename));
} }
CHEATS::~CHEATS() {} ~CHEATS() {}
void init(char *path); void init(char *path);
BOOL add(u8 size, u32 address, u32 val, char *description, BOOL enabled); BOOL add(u8 size, u32 address, u32 val, char *description, BOOL enabled);