typo in README

This commit is contained in:
nhmall
2022-11-30 10:21:41 -05:00
parent 6b99a50821
commit b4f97ff18c

2
README
View File

@@ -46,7 +46,7 @@ process. Among them:
* Add support to make the game restartable without exit (a.k.a. "play again" * Add support to make the game restartable without exit (a.k.a. "play again"
support). Toward that end, many previously scattered and separate variables 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 decl.h/decl.c. That central ability to reinitialize the variables will
benefit the porting effort to some platforms that are under consideration benefit the porting effort to some platforms that are under consideration
where "play again" is typical. where "play again" is typical.