mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-03 10:41:24 +00:00
Same sort of thing as the previous commits, but for the engine. Forward declaration cleanup and constification.
git-svn-id: https://svn.eduke32.com/eduke32@7072 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
342b32c4aa
commit
2e2731c119
16 changed files with 35 additions and 84 deletions
|
@ -1626,7 +1626,7 @@ static md3model_t *md3load(int32_t fil)
|
|||
}
|
||||
|
||||
#ifdef POLYMER
|
||||
static inline void invertmatrix(float *m, float *out)
|
||||
static inline void invertmatrix(const float *m, float *out)
|
||||
{
|
||||
float det;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue