From c1dbae9f1fcdb3ff850107a0152c88b6a8f0cb07 Mon Sep 17 00:00:00 2001 From: Bart House Date: Thu, 22 Nov 2018 13:05:44 -0800 Subject: [PATCH] Added PLAYAGAIN experimental support definition. --- include/config.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/config.h b/include/config.h index 4f242679a..761262c4b 100644 --- a/include/config.h +++ b/include/config.h @@ -552,6 +552,11 @@ 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 */