Dan Albert 2dee702060 Persist name generator state to the save game.
This is a bit of an ugly hack but it's effectively what we would need
anyway. We could clean up the global replacement by making the name
generator _only_ a property of Game and plumbing it through to a large
number of places. Could maybe also use `__getstate__` and `__setstate__`
tricks to save `naming.namegen` to the file even without making it truly
a part of Game.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1247
2021-06-18 19:24:23 -07:00
..
2021-06-17 22:58:46 -07:00
2021-06-18 16:48:59 -07:00
2021-02-22 20:55:51 +01:00
2021-04-25 20:30:55 -07:00
2021-06-17 22:58:46 -07:00
2021-06-17 22:58:46 -07:00
2021-02-22 20:55:51 +01:00
2021-02-12 20:10:45 -08:00
2021-05-31 14:57:25 -07:00
2021-06-17 22:58:46 -07:00