add support for PSO DC v1/v2

This commit is contained in:
Martin Michelsen
2022-08-27 01:34:49 -07:00
parent 4abd91cb8f
commit 5d3d1e1900
30 changed files with 4004 additions and 585 deletions
-1
View File
@@ -22,7 +22,6 @@ Lobby::Lobby(uint32_t id)
section_id(0),
episode(1),
difficulty(0),
mode(0),
random_seed(random_object<uint32_t>()),
random(new mt19937(this->random_seed)),
event(0),