0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-21 08:51:24 +00:00

Remove a stray break.

Now qflight mostly works (its results are bogus, but at least it no longer
crashes or errors out)
This commit is contained in:
Bill Currie 2012-12-30 11:59:03 +09:00
parent 5fc8d1eb26
commit 26baa75a1b

View file

@ -365,7 +365,6 @@ FindEntityWithKeyPair (const char *key, const char *value)
break;
if (!strcmp (val, value))
return ent;
break;
}
return 0;
}