diff options
author | Ian C <ianc@noddybox.co.uk> | 2007-04-15 23:55:24 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2007-04-15 23:55:24 +0000 |
commit | f39151d7f9bf82e7295c60b89d9da02c781528eb (patch) | |
tree | aca075f0227e1ee8f86cfa1d75dd3b1a56fdd348 /arm9/source/config.c | |
parent | 6701f6a9d4f979cc1eadb673e767b5c46cd2a9c8 (diff) |
Development checkin -- not yet working
Diffstat (limited to 'arm9/source/config.c')
-rw-r--r-- | arm9/source/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/source/config.c b/arm9/source/config.c index 648834b..a6f4555 100644 --- a/arm9/source/config.c +++ b/arm9/source/config.c @@ -43,7 +43,7 @@ const char *conf_entry[DS48_NUM_CONFIG_ITEMS]= int DS48_Config[DS48_NUM_CONFIG_ITEMS]= { TRUE, - FALSE, + TRUE, FALSE }; |