mirror of https://github.com/stella-emu/stella.git
fix Event::VERSION (no reason for a change)
This commit is contained in:
parent
43537c868b
commit
219c4b0483
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue