Mercurial > hg > early-roguelike
comparison arogue7/rip.c @ 211:382ff498acdd
Initialize some more pointers for the benefit of MSVC.
There should be no more errors with Visual Studio 2015, in Debug or
Release mode.
author | John "Elwin" Edwards |
---|---|
date | Thu, 21 Jan 2016 21:10:23 -0500 |
parents | ca876944b196 |
children | f9ef86cf22b2 |
comparison
equal
deleted
inserted
replaced
210:c4f2e1bda8b0 | 211:382ff498acdd |
---|---|
392 | 392 |
393 /* | 393 /* |
394 * Insert player in list if need be | 394 * Insert player in list if need be |
395 */ | 395 */ |
396 if (!waswizard) { | 396 if (!waswizard) { |
397 char *login; | 397 char *login = ""; |
398 | 398 |
399 if (flags != UPDATE) { | 399 if (flags != UPDATE) { |
400 login = md_getusername(); | 400 login = md_getusername(); |
401 } | 401 } |
402 | 402 |