diff --git a/ruamoko/game/Axe.r b/ruamoko/game/Axe.r index 06c4ca083..2ea71f0ef 100644 --- a/ruamoko/game/Axe.r +++ b/ruamoko/game/Axe.r @@ -32,7 +32,7 @@ source = s.origin + '0 0 16'; traceline (source, source + v_forward * 64, NO, s); - if (trace_fraction == 1.0) + if (trace_fraction == 1.0f) return; org = trace_endpos - v_forward * 4;