diff options
| author | Torbjörn Andersson | 2003-09-09 11:52:43 +0000 |
|---|---|---|
| committer | Torbjörn Andersson | 2003-09-09 11:52:43 +0000 |
| commit | 29607a17efcfcd88c76b69c0295e10dc152b0ee1 (patch) | |
| tree | 93e6e33ca27055fb2fdc816deeb3e6ad81867784 | |
| parent | f0d926a5f8e825fc0e3992550bc9857ea687133b (diff) | |
| download | scummvm-rg350-29607a17efcfcd88c76b69c0295e10dc152b0ee1.tar.gz scummvm-rg350-29607a17efcfcd88c76b69c0295e10dc152b0ee1.tar.bz2 scummvm-rg350-29607a17efcfcd88c76b69c0295e10dc152b0ee1.zip | |
Cleanup
svn-id: r10126
| -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. |
