- fixed compilation of Linux targets

This commit is contained in:
alexey.lysiuk 2020-04-12 11:03:01 +03:00
commit f0ca7fb213
3 changed files with 10 additions and 1 deletions

View file

@ -40,6 +40,7 @@
#include "d_main.h"
#include "d_event.h"
#include "d_gui.h"
#include "c_buttons.h"
#include "c_console.h"
#include "c_dispatch.h"
#include "dikeys.h"
@ -191,7 +192,7 @@ static void I_CheckGUICapture ()
if (wantCapt != GUICapture)
{
GUICapture = wantCapt;
ResetButtonStates();
buttonMap.ResetButtonStates();
}
}