From b4f97ff18c28028eccc3de17925e6726a3cc44c9 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 30 Nov 2022 10:21:41 -0500 Subject: [PATCH] typo in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index f54e6b2b4..e8f4aef7a 100644 --- a/README +++ b/README @@ -46,7 +46,7 @@ process. Among them: * Add support to make the game restartable without exit (a.k.a. "play again" support). Toward that end, many previously scattered and separate variables - have been gathered into central 'ga' through 'gv' structures in + have been gathered into central 'ga' through 'gz' structures in decl.h/decl.c. That central ability to reinitialize the variables will benefit the porting effort to some platforms that are under consideration where "play again" is typical.