diff options
Diffstat (limited to 'engines/hopkins/computer.cpp')
-rw-r--r-- | engines/hopkins/computer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/computer.cpp b/engines/hopkins/computer.cpp index 373c023c86..74c1c644bd 100644 --- a/engines/hopkins/computer.cpp +++ b/engines/hopkins/computer.cpp @@ -315,7 +315,7 @@ void ComputerManager::Charge_Menu() { } MenuText[lineNum]._actvFl = 1; strPos = 0; - while (1) { + for (;;) { byte curChar = tmpPtr[strPos + 2]; if (curChar == '%' || curChar == 10) break; |