fix Event::VERSION (no reason for a change)

This commit is contained in:
thrust26 2019-06-13 00:01:37 +02:00
parent 43537c868b
commit 219c4b0483
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class Event
}; };
// Event list version, update if the id of existing event types changed // Event list version, update if the id of existing event types changed
static constexpr Int32 VERSION = 3; static constexpr Int32 VERSION = 2;
class KeyTable { class KeyTable {
public: public: