Initialize some more pointers for the benefit of MSVC.

There should be no more errors with Visual Studio 2015, in Debug or
Release mode.
This commit is contained in:
John "Elwin" Edwards 2016-01-21 21:10:23 -05:00
parent 71bc6ff210
commit 11f7731a3d
3 changed files with 4 additions and 4 deletions

View file

@ -394,7 +394,7 @@ short monst;
* Insert player in list if need be
*/
if (!waswizard) {
char *login;
char *login = "";
if (flags != UPDATE) {
login = md_getusername();