From 55ffa4aee30e92df77e2a537809b654796aba43a Mon Sep 17 00:00:00 2001 From: Ben Lankamp Date: Mon, 22 Jun 2020 00:08:17 +0200 Subject: [PATCH] * Fix input on Add object in map editor --- code/REDALERT/MAPEDPLC.CPP | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/REDALERT/MAPEDPLC.CPP b/code/REDALERT/MAPEDPLC.CPP index 4f072a2..6016eae 100644 --- a/code/REDALERT/MAPEDPLC.CPP +++ b/code/REDALERT/MAPEDPLC.CPP @@ -425,6 +425,12 @@ int MapEditClass::Placement_Dialog(void) */ Call_Back(); + g_globalKeyNumType = KN_NONE; + g_globalKeyFlags = 0; + UserInput.Process_Input(); + + Device_Present(); + /* ** Refresh display if needed */