From 88a7e24d44695f49e1250a9314f03bf4c6e1cff8 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Sun, 24 Jun 2012 18:55:14 +0000 Subject: A few PVS studio things --- Stars45/Starshatter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Stars45/Starshatter.cpp') diff --git a/Stars45/Starshatter.cpp b/Stars45/Starshatter.cpp index 7641227..b2cded4 100644 --- a/Stars45/Starshatter.cpp +++ b/Stars45/Starshatter.cpp @@ -425,6 +425,7 @@ Starshatter::InitGame() input = new(__FILE__,__LINE__) MultiController; Keyboard* k = new(__FILE__,__LINE__) Keyboard; input->AddController(k); + ActivateKeyboardLayout(GetKeyboardLayout(0), 0); mouse_input = new(__FILE__,__LINE__) MouseController; input->AddController(mouse_input); -- cgit v1.1