From 219c4b048364773373c1ca6a3d4920760662eaae Mon Sep 17 00:00:00 2001 From: thrust26 Date: Thu, 13 Jun 2019 00:01:37 +0200 Subject: [PATCH] fix Event::VERSION (no reason for a change) --- src/emucore/Event.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emucore/Event.hxx b/src/emucore/Event.hxx index 74bf2723e..bc12cee7e 100644 --- a/src/emucore/Event.hxx +++ b/src/emucore/Event.hxx @@ -112,7 +112,7 @@ class Event }; // Event list version, update if the id of existing event types changed - static constexpr Int32 VERSION = 3; + static constexpr Int32 VERSION = 2; class KeyTable { public: