mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
WINTERMUTE: Added override keyword
This commit is contained in:
parent
2a5f16faac
commit
786af20bc7
@ -215,7 +215,7 @@ public:
|
|||||||
return retVal;
|
return retVal;
|
||||||
}
|
}
|
||||||
|
|
||||||
Common::KeymapArray initKeymaps(const char *target) const {
|
Common::KeymapArray initKeymaps(const char *target) const override {
|
||||||
using namespace Common;
|
using namespace Common;
|
||||||
|
|
||||||
Keymap *engineKeyMap = new Keymap(Keymap::kKeymapTypeGame, "wintermute", "Wintermute engine");
|
Keymap *engineKeyMap = new Keymap(Keymap::kKeymapTypeGame, "wintermute", "Wintermute engine");
|
||||||
|
Loading…
Reference in New Issue
Block a user