diff options
-rw-r--r-- | sword2/controls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/controls.cpp b/sword2/controls.cpp index ed21ad533b..b2bb1dfa34 100644 --- a/sword2/controls.cpp +++ b/sword2/controls.cpp @@ -1434,7 +1434,7 @@ void Control_error(char* text) { //Tony13May97 if (me && (me->buttons & RD_LEFTBUTTONDOWN)) break; - g_sword2->_system->delay_msecs(20); + g_system->delay_msecs(20); } // Remove the message. |