X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70d26c3f4ffb24d50457d405c9595fd23f9e5b7c..b1699cd397f7db0193491c8498608578b43db12b:/demos/forty/scorefil.cpp?ds=inline 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;