File tree Expand file tree Collapse file tree 3 files changed +100
-100
lines changed Expand file tree Collapse file tree 3 files changed +100
-100
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ void setTimeStopTextStorage()
368
368
void speedUpMario ()
369
369
{
370
370
ttyd::mario::Player *player = ttyd::mario::marioGetPtr ();
371
- float SpeedValueToSet = 16 ;
371
+ float SpeedValueToSet = 16 . f ;
372
372
373
373
float current_unk_184 = SpeedUpMario.MarioVar [0 ];
374
374
float current_unk_188 = SpeedUpMario.MarioVar [1 ];
@@ -820,12 +820,12 @@ void spawnItem()
820
820
if (player->wPlayerDirection <= 0 )
821
821
{
822
822
// Mario is facing left
823
- CoordinateXAdjustment = -30 ;
823
+ CoordinateXAdjustment = -30 . f ;
824
824
}
825
825
else
826
826
{
827
827
// Mario is facing right
828
- CoordinateXAdjustment = 30 ;
828
+ CoordinateXAdjustment = 30 . f ;
829
829
}
830
830
831
831
float ItemCoordinateX = player->playerPosition [0 ] + CoordinateXAdjustment;
You can’t perform that action at this time.
0 commit comments