projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added clipboard cut and paste
[wxWidgets.git]
/
demos
/
forty
/
scorefil.cpp
diff --git
a/demos/forty/scorefil.cpp
b/demos/forty/scorefil.cpp
index cb871efde08232c90af3ebf896e371bc988b8647..307b0610c3aba034c6b74df054cc030d23b6e832 100644
(file)
--- a/
demos/forty/scorefil.cpp
+++ b/
demos/forty/scorefil.cpp
@@
-38,7
+38,6
@@
#include "scorefil.h"
#include "scorefil.h"
-
ScoreFile::ScoreFile(const char* appName)
{
#if 0
ScoreFile::ScoreFile(const char* appName)
{
#if 0
@@
-138,8
+137,8
@@
void ScoreFile::ReadPlayersScore(
int& games,
int& score)
{
int& games,
int& score)
{
- long check;
- long myWins
, myGames, myScore
;
+ long check
= 0
;
+ long myWins
= 0, myGames = 0, myScore = 0
;
games = wins = score = 0;
games = wins = score = 0;