------------------------------------------------------------------------ r3588 | helixhorned | 2013-03-21 03:20:01 -0700 (Thu, 21 Mar 2013) | 5 lines Clean up mdsprite.c:md3draw() by factoring out m->head.flags == 1337 check. ... into a macro MFLAGS_NOCONV(m). Since it currently expands to (0), some dead code will be eliminated. Introduce a "compilation option" macro DO_MD2_MD3_CONV in mdsprite.c. ------------------------------------------------------------------------ r3587 | helixhorned | 2013-03-21 03:19:55 -0700 (Thu, 21 Mar 2013) | 1 line Clean up mdsprite.c:md3draw() by factoring out spriteext[tspr->owner] access. ------------------------------------------------------------------------ r3586 | helixhorned | 2013-03-21 03:19:46 -0700 (Thu, 21 Mar 2013) | 3 lines Make -testlua accepted (but ignored) in non-Lunatic build. So that it doesn't result in the -t (respawn on) command line switch. ------------------------------------------------------------------------ r3585 | helixhorned | 2013-03-21 03:19:41 -0700 (Thu, 21 Mar 2013) | 1 line Clean up mdsprite.c:md3draw() by tightening locals, factoring out 2x dup code. ------------------------------------------------------------------------ r3584 | helixhorned | 2013-03-21 03:19:32 -0700 (Thu, 21 Mar 2013) | 1 line engine: give sprite cstat 1024 a marco name, CSTAT_SPRITE_MDHACK. ------------------------------------------------------------------------ r3583 | helixhorned | 2013-03-21 03:19:25 -0700 (Thu, 21 Mar 2013) | 1 line sdlayer.c: fix incompatible-pointer-type warning. ------------------------------------------------------------------------