Added initialization of newlevel to quite compiler warnings.
This commit is contained in:
@@ -901,7 +901,7 @@ STATIC_PTR int
|
|||||||
wiz_level_change(VOID_ARGS)
|
wiz_level_change(VOID_ARGS)
|
||||||
{
|
{
|
||||||
char buf[BUFSZ] = DUMMY;
|
char buf[BUFSZ] = DUMMY;
|
||||||
int newlevel;
|
int newlevel = 0;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
getlin("To what experience level do you want to be set?", buf);
|
getlin("To what experience level do you want to be set?", buf);
|
||||||
|
|||||||
Reference in New Issue
Block a user