# HG changeset patch # User John "Elwin" Edwards # Date 1463353486 14400 # Node ID 61283e71037c7614a59fb506cd6471f09cc9cd2d # Parent e7aab31362afba48051a2c676fc8088880182d6b Rogue V5: don't limit the high score list to 1 on Windows. The Visual Studio project file failed to define ALLSCORES, causing the score file to be limited to one entry per UID. Since the UID is always set to 42 on Windows, only one entry could ever appear in the list. diff -r e7aab31362af -r 61283e71037c rogue5/rogue5.vcxproj --- a/rogue5/rogue5.vcxproj Sun May 01 19:39:56 2016 -0400 +++ b/rogue5/rogue5.vcxproj Sun May 15 19:04:46 2016 -0400 @@ -75,7 +75,7 @@ Disabled true ..\pdcurses - _CRT_SECURE_NO_WARNINGS;SCOREFILE="rogue5.scr";SAVEDIR=".";NUMSCORES=10;NUMNAME="Ten";%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;SCOREFILE="rogue5.scr";SAVEDIR=".";NUMSCORES=10;NUMNAME="Ten";ALLSCORES=1;%(PreprocessorDefinitions) true @@ -89,7 +89,7 @@ Disabled true ..\pdcurses - _CRT_SECURE_NO_WARNINGS;SCOREFILE="rogue5.scr";SAVEDIR=".";NUMSCORES=10;NUMNAME="Ten";%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;SCOREFILE="rogue5.scr";SAVEDIR=".";NUMSCORES=10;NUMNAME="Ten";ALLSCORES=1;%(PreprocessorDefinitions) true @@ -105,7 +105,7 @@ true true ..\pdcurses - _CRT_SECURE_NO_WARNINGS;SCOREFILE="rogue5.scr";SAVEDIR=".";NUMSCORES=10;NUMNAME="Ten";%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;SCOREFILE="rogue5.scr";SAVEDIR=".";NUMSCORES=10;NUMNAME="Ten";ALLSCORES=1;%(PreprocessorDefinitions) true @@ -123,7 +123,7 @@ true true ..\pdcurses - _CRT_SECURE_NO_WARNINGS;SCOREFILE="rogue5.scr";SAVEDIR=".";NUMSCORES=10;NUMNAME="Ten";%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;SCOREFILE="rogue5.scr";SAVEDIR=".";NUMSCORES=10;NUMNAME="Ten";ALLSCORES=1;%(PreprocessorDefinitions) true