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

View file

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