Warning: This file may contain literal carriage returns and linefeeds. If you modify this file, use an editor that preserves both charac- ters. --- smc.old/smc/data/levels/lvl_1.smclvl +++ smc/smc/data/levels/lvl_1.smclvl @@ -3101,6 +3101,6 @@ - + - \ No newline at end of file + --- smc.old/smc/src/gui/menu_data.cpp +++ smc/smc/src/gui/menu_data.cpp @@ -3172,7 +3172,7 @@ #ifndef _DEBUG if( pActive_Level->Is_Loaded() ) { - pHud_Points->Set_Points( pLevel_Player->m_points - 3000 ); + pHud_Points->Set_Points( pLevel_Player->m_points - 2000 ); } #endif // save @@ -3194,10 +3194,10 @@ } // save always in debug builds #ifndef _DEBUG - if( pActive_Level->Is_Loaded() && pLevel_Player->m_points < 3000 ) + if( pActive_Level->Is_Loaded() && pLevel_Player->m_points < 2000 ) { Clear_Input_Events(); - Draw_Static_Text( _("3000 Points needed for saving in a level.\nSaving on the Overworld is free.") ); + Draw_Static_Text( _("2000 Points needed for saving in a level.\nSaving on the Overworld is free.") ); return "Not enough Points"; }