diff --git a/source/exhumed/src/menu.cpp b/source/exhumed/src/menu.cpp index 2922a8f7f..89d528079 100644 --- a/source/exhumed/src/menu.cpp +++ b/source/exhumed/src/menu.cpp @@ -1967,7 +1967,7 @@ void DoCinemaText(short nVal) videoNextPage(); // TEMP - int time = (int)totalclock + 4; + int time = (int)totalclock + 8; while ((int)totalclock < time) { HandleAsync(); }