Skip to content
Snippets Groups Projects
Commit 3d498fe8 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

VERSIONSTRINGW is funny

parent 7cf1a1aa
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment