mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +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:
parent
5fc8d1eb26
commit
26baa75a1b
1 changed files with 0 additions and 1 deletions
|
@ -365,7 +365,6 @@ FindEntityWithKeyPair (const char *key, const char *value)
|
|||
break;
|
||||
if (!strcmp (val, value))
|
||||
return ent;
|
||||
break;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue