diff options
-rw-r--r-- | config.c | 4 | ||||
-rw-r--r-- | main-sdl.c | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -92,6 +92,10 @@ static keyword keywords[] = { | |||
92 | }; | 92 | }; |
93 | 93 | ||
94 | static int g_current_string; | 94 | static int g_current_string; |
95 | StringConfig | ||
96 | g_string_conf[MAX_LINECOUNT]; | ||
97 | int g_string_count; | ||
98 | |||
95 | 99 | ||
96 | static int | 100 | static int |
97 | config_findkeyword(char **line) | 101 | config_findkeyword(char **line) |
@@ -24,9 +24,6 @@ | |||
24 | // const int g_width = 1024, g_height = 768; | 24 | // const int g_width = 1024, g_height = 768; |
25 | const int g_width = 800, g_height = 600; | 25 | const int g_width = 800, g_height = 600; |
26 | 26 | ||
27 | StringConfig | ||
28 | g_string_conf[MAX_LINECOUNT]; | ||
29 | int g_string_count; | ||
30 | int g_harfe_connected = 0; | 27 | int g_harfe_connected = 0; |
31 | int g_harfe_fd = -1; | 28 | int g_harfe_fd = -1; |
32 | 29 | ||