Added initialization of newlevel to quite compiler warnings.

This commit is contained in:
Bart House
2018-11-20 10:27:09 -08:00
parent 8799f05904
commit 7f4a4188a0

View File

@@ -901,7 +901,7 @@ STATIC_PTR int
wiz_level_change(VOID_ARGS)
{
char buf[BUFSZ] = DUMMY;
int newlevel;
int newlevel = 0;
int ret;
getlin("To what experience level do you want to be set?", buf);