- fixed: The linetarget CCMD duplicated all of the info CCMD.

- fixed: PrintActorInfo crashed due to some incomplete implementation.


SVN r1845 (trunk)
This commit is contained in:
Christoph Oelckers 2009-09-16 05:44:24 +00:00
commit c7a6b796f9
5 changed files with 12 additions and 8 deletions

View file

@ -5503,11 +5503,9 @@ void PrintMiscActorInfo(AActor * query)
FIXED2FLOAT(query->wallbouncefactor), query->BounceFlags);
for (flagi = 0; flagi < 31; flagi++)
if (query->BounceFlags & 1<<flagi) Printf(" %s", flagnamesb[flagi]);
*/
Printf("\nIts render style is %i:%s with alpha %f and the following render flags:\n\tflagsr: %x",
querystyle, (querystyle < STYLE_Count ? renderstyles[querystyle] : "Unknown"),
FIXED2FLOAT(query->alpha), query->renderflags);
/*
for (flagi = 0; flagi < 31; flagi++)
if (query->renderflags & 1<<flagi) Printf(" %s", flagnamesr[flagi]);
*/