summaryrefslogtreecommitdiff
path: root/src/tables.h
diff options
context:
space:
mode:
authorSimon Howard2008-09-20 22:58:53 +0000
committerSimon Howard2008-09-20 22:58:53 +0000
commit9bef9730fb26727a9b505a89615b6ef0425fe64a (patch)
tree6ec1dee130dfdf23920f217dd078f280accf7057 /src/tables.h
parent5de8de49ccc2c14b7de14da465510b2368080dd4 (diff)
downloadchocolate-doom-9bef9730fb26727a9b505a89615b6ef0425fe64a.tar.gz
chocolate-doom-9bef9730fb26727a9b505a89615b6ef0425fe64a.tar.bz2
chocolate-doom-9bef9730fb26727a9b505a89615b6ef0425fe64a.zip
Remove heretic duplicate versions of M_AddToBox, M_ClearBox, SlopeDiv
and use common versions. Subversion-branch: /branches/raven-branch Subversion-revision: 1260
Diffstat (limited to 'src/tables.h')
-rw-r--r--src/tables.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tables.h b/src/tables.h
index cc211c24..78057751 100644
--- a/src/tables.h
+++ b/src/tables.h
@@ -87,10 +87,7 @@ extern const angle_t tantoangle[SLOPERANGE+1];
// Utility function,
// called by R_PointToAngle.
-int
-SlopeDiv
-( unsigned num,
- unsigned den);
+int SlopeDiv(unsigned int num, unsigned int den);
#endif