mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
SW: Revert commented out horiz->q16horiz renames in DSPRINTF strings
This commit is contained in:
parent
3bc46078b8
commit
537313f620
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue