[quake3-bugzilla] [Bug 4976] C++ism in tr_model_iqm.c

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Wed May 4 17:55:07 EDT 2011


https://bugzilla.icculus.org/show_bug.cgi?id=4976

Thilo Schulz <arny at ats.s.bawue.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arny at ats.s.bawue.de

--- Comment #2 from Thilo Schulz <arny at ats.s.bawue.de> 2011-05-04 17:55:06 EDT ---
Dynamic arrays are part of the C99 standard, as well as inline variable
declaration. Maybe one has to switch C99 on in MSVC?

Nevertheless, gimhael: I'd like to manage without the memory allocation call.
For MD4/MDR there's a hard limit on the number of bones. Couldn't we simply
impose such a limit on the number of joints and then declare the needed space
statically?

-- 
Configure bugmail: https://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the quake3-bugzilla mailing list