endless loop, n: see loop, endless

This commit is contained in:
Enno Rehling 2002-03-10 12:42:41 +00:00
parent 67fd085868
commit 9a104e8a18
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ read_orders(const char * filename)
if (F==NULL) return; if (F==NULL) return;
b = getbuf(F); b = getbuf(F);
for (;;) { while (b) {
switch (igetparam(b, default_locale)) { switch (igetparam(b, default_locale)) {
case P_GAMENAME: case P_GAMENAME:
case P_FACTION: case P_FACTION: