commit 319f042f5bf2c06a888ecfc34038f66dccb96015
Author: NY00123 <ny00@outlook.com>
AuthorDate: Tue Sep 28 20:40:43 2021 +0300
Commit: NY00123 <ny00@outlook.com>
CommitDate: Thu Sep 29 21:17:36 2022 +0300
hexen: Remove comment saying that gamemode is always commercial
---
src/hexen/h2def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/hexen/h2def.h b/src/hexen/h2def.h
index 62056f2d..7a43c0fd 100644
--- a/src/hexen/h2def.h
+++ b/src/hexen/h2def.h
@@ -587,7 +587,7 @@ void NET_SendFrags(player_t * player);
#define TELEFOGHEIGHT (32*FRACUNIT)
-extern GameMode_t gamemode; // Always commercial
+extern GameMode_t gamemode;
extern gameaction_t gameaction;