X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70d26c3f4ffb24d50457d405c9595fd23f9e5b7c..07eb77a690c51d4d8310402a0275a16a0a99e755:/demos/forty/scorefil.cpp diff --git a/demos/forty/scorefil.cpp b/demos/forty/scorefil.cpp index cb871efde0..307b0610c3 100644 --- a/demos/forty/scorefil.cpp +++ b/demos/forty/scorefil.cpp @@ -38,7 +38,6 @@ #include "scorefil.h" - ScoreFile::ScoreFile(const char* appName) { #if 0 @@ -138,8 +137,8 @@ void ScoreFile::ReadPlayersScore( int& games, int& score) { - long check; - long myWins, myGames, myScore; + long check = 0; + long myWins = 0, myGames = 0, myScore = 0; games = wins = score = 0;