forked from github/server
endless loop, n: see loop, endless
This commit is contained in:
parent
67fd085868
commit
9a104e8a18
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue