diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-11 20:24:27 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-11 20:24:27 +0200 |
commit | 66f76c28212d3a25d4b039de2ce817fc74c5ca1e (patch) | |
tree | db44ca8dbcf31f75628065110d22c08f71916350 /sys/src/games/doom/m_fixed.h | |
parent | 17d932eca9cb6b5ec1acbb4d27d782b72cdbf806 (diff) |
doom: get rid of floating point code for division
Diffstat (limited to 'sys/src/games/doom/m_fixed.h')
-rw-r--r-- | sys/src/games/doom/m_fixed.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/games/doom/m_fixed.h b/sys/src/games/doom/m_fixed.h index 7cd7c6663..dea19091b 100644 --- a/sys/src/games/doom/m_fixed.h +++ b/sys/src/games/doom/m_fixed.h @@ -39,7 +39,6 @@ typedef int fixed_t; fixed_t FixedMul (fixed_t a, fixed_t b); fixed_t FixedDiv (fixed_t a, fixed_t b); -fixed_t FixedDiv2 (fixed_t a, fixed_t b); |