Include LCG state in game saves.

This commit is contained in:
Eric S. Raymond 2017-06-14 13:00:28 -04:00
parent fdd72c6417
commit 4993be4c08
4 changed files with 8 additions and 15 deletions

View file

@ -111,7 +111,6 @@ ways:
We don't need whatever minor performance gains this might collect,
and the choice to refrain will make forward translation into future
languages easier.
* There are a few gotos left that resist restructuring; all of these
are in the principal command interpreter function implementing its
state machine.