2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:47:42 +00:00

Windows fixes

This commit is contained in:
Jack Andersen
2017-01-20 14:20:19 -10:00
parent b958182073
commit 04452ad919
6 changed files with 24 additions and 13 deletions

View File

@@ -921,7 +921,7 @@ struct SDSPPlayer
{
std::string x0_fileName;
EPlayerState x10_playState = EPlayerState::Stopped;
float x14_volume = 0.0;
float x14_volume = 0.f;
float x18_fadeIn = 0.f;
float x1c_fadeOut = 0.f;
u32 x20_internalHandle = -1;