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:
parent
71bc6ff210
commit
11f7731a3d
3 changed files with 4 additions and 4 deletions
|
|
@ -388,7 +388,7 @@ read_scroll()
|
|||
}
|
||||
when S_BAN: {
|
||||
int howdeep;
|
||||
char *ptr;
|
||||
char *ptr = "";
|
||||
|
||||
if (bless) {
|
||||
if (level > 6) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue