From 66b874dce3971f58b9efb85cd6d24a1aa32405c0 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 23 Nov 2018 22:17:33 -0500 Subject: [PATCH] Revert "Added PLAYAGAIN experimental support definition." This reverts commit ea8cf6613a12bcab686453905bc074eef8a74828. --- include/config.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/config.h b/include/config.h index ca845e647..d59a82af5 100644 --- a/include/config.h +++ b/include/config.h @@ -556,11 +556,6 @@ typedef unsigned char uchar; #endif -/* PLAYAGAIN is support for allowing the game shell to stay open after the player - saves or dies. This requires that the game engine can be re-entered to start - another game. This support is primarily about ensuring that game engine - state is cleaned up properly to allow the game engine to be re-initialized. */ -/* #define PLAYAGAIN */ /* End of Section 4 */