aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/hopkins/computer.cpp14
1 files changed, 2 insertions, 12 deletions
diff --git a/engines/hopkins/computer.cpp b/engines/hopkins/computer.cpp
index d2e1209516..b682fc2936 100644
--- a/engines/hopkins/computer.cpp
+++ b/engines/hopkins/computer.cpp
@@ -904,18 +904,8 @@ void ComputerManager::NAME_SCORE() {
Score[5].name.setChar(curChar, strPos);
PRINT_HSCORE(ptr, 9 * strPos + 140, 78, curChar);
- _vm->_eventsManager.VBL();
- _vm->_eventsManager.VBL();
- _vm->_eventsManager.VBL();
- _vm->_eventsManager.VBL();
- _vm->_eventsManager.VBL();
- _vm->_eventsManager.VBL();
- _vm->_eventsManager.VBL();
- _vm->_eventsManager.VBL();
- _vm->_eventsManager.VBL();
- _vm->_eventsManager.VBL();
- _vm->_eventsManager.VBL();
- _vm->_eventsManager.VBL();
+ for (int idx = 0; idx < 12; ++idx)
+ _vm->_eventsManager.VBL();
}
Score[5].score = " ";