mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Fix a unlogical statement
This commit is contained in:
parent
6f719f4c7b
commit
7bbfa01a87
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ void CL_ParseTEnt (void) {
|
|||
ex->ent.angles[1] = 0;
|
||||
|
||||
ex->type = ex_misc;
|
||||
ex->ent.flags = 0.3;
|
||||
ex->ent.flags = 0;
|
||||
ex->start = cl.frame.servertime - 100.0f;
|
||||
ex->light = 150;
|
||||
ex->lightcolor[0] = 1;
|
||||
|
|
Loading…
Reference in a new issue