mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
fix a braino with ~float const
This commit is contained in:
parent
27b0314e2e
commit
2ba3585d06
1 changed files with 0 additions and 1 deletions
|
@ -1532,7 +1532,6 @@ bitnot_expr:
|
|||
return e;
|
||||
case ex_float:
|
||||
e->e.float_val = ~(int) e->e.float_val;
|
||||
e->type = ex_integer;
|
||||
return e;
|
||||
case ex_nil:
|
||||
case ex_string:
|
||||
|
|
Loading…
Reference in a new issue