]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/scorefil.cpp
configure changes, for wxBase and wx-config
[wxWidgets.git] / demos / forty / scorefil.cpp
index cb871efde08232c90af3ebf896e371bc988b8647..307b0610c3aba034c6b74df054cc030d23b6e832 100644 (file)
@@ -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;