Fix input mappings being lost if we abort before we read them

This commit is contained in:
Glenn Maynard
2003-09-01 17:12:36 +00:00
parent bbe5f50de0
commit 3e691d58cd
+1
View File
@@ -28,6 +28,7 @@ InputMapper* INPUTMAPPER = NULL; // global and accessable from anywhere in our p
InputMapper::InputMapper()
{
ReadMappingsFromDisk();
}