aboutsummaryrefslogtreecommitdiff
path: root/src/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.h')
-rw-r--r--src/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config.h b/src/Config.h
index 642e9d5..363df70 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -26,7 +26,7 @@ namespace Config
typedef struct
{
- char Name[16];
+ char Name[32];
int Type;
void* Value;
int DefaultInt;