Initial check-in of icontext work.

This commit is contained in:
Bart House
2018-11-22 13:01:58 -08:00
parent 247626dfe5
commit 455d2769e0
11 changed files with 325 additions and 5 deletions

View File

@@ -552,6 +552,14 @@ typedef unsigned char uchar;
#endif
/* PLAYAGAIN 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 does not include supporting playing another game when
* a panic has occured due to undetermined state the engine is left in after a
* panic */
/* #define PLAYAGAIN */
/* End of Section 4 */