Add missing void
This commit is contained in:
2
src/do.c
2
src/do.c
@@ -1801,7 +1801,7 @@ RESTORE_WARNING_FORMAT_NONLITERAL
|
|||||||
/* give a message when entering a Gehennom level other than the Valley;
|
/* give a message when entering a Gehennom level other than the Valley;
|
||||||
also given if restoring a game in that situation */
|
also given if restoring a game in that situation */
|
||||||
void
|
void
|
||||||
hellish_smoke_mesg()
|
hellish_smoke_mesg(void)
|
||||||
{
|
{
|
||||||
if (Inhell && !Is_valley(&u.uz))
|
if (Inhell && !Is_valley(&u.uz))
|
||||||
pline("It is hot here. You %s smoke...",
|
pline("It is hot here. You %s smoke...",
|
||||||
|
|||||||
Reference in New Issue
Block a user