HOPKINS: Janitorials: remove some while(1)

This commit is contained in:
Strangerke 2012-12-04 21:36:53 +01:00
parent 99f3442393
commit f91b1f1129
7 changed files with 22 additions and 22 deletions

View file

@ -783,7 +783,7 @@ void TalkManager::CHERCHE_ANIM0(int a1, int a2) {
v2 = 0;
v3 = 0;
v4 = a1;
while (1) {
for (;;) {
if (*(BUFFERPERSO + v4) == 'A'
&& *(BUFFERPERSO + v4 + 1) == 'N'
&& *(BUFFERPERSO + v4 + 2) == 'I'
@ -990,7 +990,7 @@ LABEL_2:
v15 = 0;
if (_vm->_globals.COUCOU != g_PTRNUL) {
v5 = _vm->_globals.COUCOU;
while (1) {
for (;;) {
if (*v5 == 'C') {
if (*(v5 + 1) == 'O') {
if (*(v5 + 2) == 'D') {