From d823e5f524403e5c278d3c863e93bac4b1d8d2ce Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 6 Apr 2022 00:51:18 +0100 Subject: Fix some egregious and sloppy mistakes Thanks Aciidz and Bill for spotting these. Lesson (ostensibly) learned: Don't program while sleep-deprived! --- src/gameinfo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gameinfo.c') diff --git a/src/gameinfo.c b/src/gameinfo.c index 31752a1..6d4ddd5 100644 --- a/src/gameinfo.c +++ b/src/gameinfo.c @@ -52,8 +52,9 @@ static char title[64] = {0}; const os_char *gameinfo_bindir = bindir; const os_char *gameinfo_gamedir #ifdef _WIN32 - = gamedir; // on linux, the pointer gets directly set in gameinfo_init() + = gamedir // on linux, the pointer gets directly set in gameinfo_init() #endif +; const os_char *gameinfo_clientlib = clientlib; const os_char *gameinfo_serverlib = serverlib; const char *gameinfo_title = title; -- cgit v1.2.3