From 3e691d58cd282f723338e7ee6c08fc3cee85a39a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 1 Sep 2003 17:12:36 +0000 Subject: [PATCH] Fix input mappings being lost if we abort before we read them --- stepmania/src/InputMapper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/InputMapper.cpp b/stepmania/src/InputMapper.cpp index 310c4b0892..e961a2d380 100644 --- a/stepmania/src/InputMapper.cpp +++ b/stepmania/src/InputMapper.cpp @@ -28,6 +28,7 @@ InputMapper* INPUTMAPPER = NULL; // global and accessable from anywhere in our p InputMapper::InputMapper() { + ReadMappingsFromDisk(); }