This patch file may include trailing empty lines and/or trailing lines that consist solely of whitespace. If you edit this file, use software that preserves lines of this type, or you may break the patch. --- smc.old/smc/src/level/level_player.cpp +++ smc/smc/src/level/level_player.cpp @@ -87,7 +87,7 @@ m_ghost_time_mod = 0.0f; // Starting with 3 lives - m_lives = 3; + m_lives = 5; m_goldpieces = 0; m_points = 0; m_kill_multiplier = 1.0f; @@ -2098,7 +2098,7 @@ // reset player Set_Type( MARYO_SMALL, 0, 0 ); Reset(); - m_lives = 3; + m_lives = 5; m_goldpieces = 0; m_points = 0;