SW: Revert commented out horiz->q16horiz renames in DSPRINTF strings

This commit is contained in:
NY00123 2020-04-04 00:43:51 +03:00 committed by Christoph Oelckers
parent a8a47a9eb0
commit 2d4766555c
2 changed files with 2 additions and 2 deletions

View file

@ -1425,7 +1425,7 @@ PlayerInitChemBomb(PLAYERp pp)
wp->zvel = ((100 - fix16_to_int(pp->q16horiz)) * HORIZ_MULT);
// //DSPRINTF(ds,"q16horiz %d, ho %d, ho+ho %d",fix16_to_int(pp->q16horiz), fix16_to_int(pp->q16horizoff),
// //DSPRINTF(ds,"horiz %d, ho %d, ho+ho %d",fix16_to_int(pp->q16horiz), fix16_to_int(pp->q16horizoff),
// fix16_to_int(pp->q16horizoff + pp->q16horiz));
// MONO_PRINT(ds);

View file

@ -19312,7 +19312,7 @@ InitGrenade(PLAYERp pp)
wp->zvel = ((100 - fix16_to_int(pp->q16horiz)) * HORIZ_MULT);
////DSPRINTF(ds,"q16horiz %d, ho %d, ho+ho %d",fix16_to_int(pp->q16horiz), fix16_to_int(pp->q16horizoff), fix16_to_int(pp->q16horizoff + pp->q16horiz));
////DSPRINTF(ds,"horiz %d, ho %d, ho+ho %d",fix16_to_int(pp->q16horiz), fix16_to_int(pp->q16horizoff), fix16_to_int(pp->q16horizoff + pp->q16horiz));
//MONO_PRINT(ds);
oclipdist = pp->SpriteP->clipdist;