From b700e7701a8f19df9fe3d7ac5ccca90daf2504f3 Mon Sep 17 00:00:00 2001 From: Turo Lamminen Date: Tue, 11 Dec 2018 18:45:52 +0200 Subject: [PATCH] hexen: Mark gamedescription variable static --- src/hexen/h2_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c index 0c02ee8e..8a11da11 100644 --- a/src/hexen/h2_main.c +++ b/src/hexen/h2_main.c @@ -93,7 +93,7 @@ extern boolean askforquit; // PUBLIC DATA DEFINITIONS ------------------------------------------------- GameMode_t gamemode; -const char *gamedescription; +static const char *gamedescription; char *iwadfile; static char demolumpname[9]; // Demo lump to start playing. boolean nomonsters; // checkparm of -nomonsters