mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 07:57:52 +00:00
- make GCC happy.
This commit is contained in:
parent
bd7476fb8d
commit
96fa38bdc6
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CopyPlaneIfValid (secplane_t *dest, const secplane_t *opp) const;
|
bool CopyPlaneIfValid (secplane_t *dest, const secplane_t *opp) const;
|
||||||
inline double secplane_t::ZatPoint(const AActor *ac) const;
|
inline double ZatPoint(const AActor *ac) const;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue