more minor encryption code cleanup

This commit is contained in:
Martin Michelsen
2024-01-04 10:42:25 -08:00
parent 612b5d28ba
commit c9d7fe1c2a
2 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ public:
protected:
virtual void update_stream();
static constexpr size_t STREAM_LENGTH = 56;
static constexpr size_t STREAM_LENGTH = 0x38;
};
class PSOV3Encryption : public PSOLFGEncryption {