From 857defadbc5374d8231926bbb6f151a81ea8f614 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Tue, 30 Aug 2016 08:05:00 +0300 Subject: [PATCH] Revert one unnecessary renaming of MessageBox --- apps/openmw-mp/Script/Functions/GUI.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw-mp/Script/Functions/GUI.hpp b/apps/openmw-mp/Script/Functions/GUI.hpp index b3cfbb51d..a0ea9985d 100644 --- a/apps/openmw-mp/Script/Functions/GUI.hpp +++ b/apps/openmw-mp/Script/Functions/GUI.hpp @@ -6,7 +6,7 @@ #define OPENMW_GUI_HPP #define GUIFUNCTIONS \ - {"_MessageBox", GUIFunctions::_MessageBox},\ + {"MessageBox", GUIFunctions::_MessageBox},\ {"CustomMessageBox", GUIFunctions::CustomMessageBox},\ {"InputDialog", GUIFunctions::InputDialog},\ {"SetMapVisibility", GUIFunctions::SetMapVisibility},\