From 3d498fe89436fd23274c1e07f9c36755f9223ea7 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Mon, 2 Feb 2015 15:21:58 -0500 Subject: [PATCH] VERSIONSTRINGW is funny --- src/sdl/i_system.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sdl/i_system.c b/src/sdl/i_system.c index 054196a2..fa09dc34 100644 --- a/src/sdl/i_system.c +++ b/src/sdl/i_system.c @@ -1662,11 +1662,7 @@ void I_UpdateMumble(const mobj_t *mobj, const listener_t listener) return; if(mumble->uiVersion != 2) { -#ifdef VERSIONSTRINGW wcsncpy(mumble->name, L"SRB2 "VERSIONSTRINGW, 256); -#else - wcsncpy(mumble->name, L"SRB2 "VERSIONSTRING, 256); -#endif wcsncpy(mumble->description, L"Sonic Robo Blast 2 with integrated Mumble Link support.", 2048); mumble->uiVersion = 2; }