From da9fa5af224c45852c42bbc5021af2057841cf18 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 1 Oct 2006 01:52:29 +0000 Subject: [PATCH] Old comment. --- stepmania/src/ScoreKeeper.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/ScoreKeeper.h b/stepmania/src/ScoreKeeper.h index 72c98d3eed..d2a775acdb 100644 --- a/stepmania/src/ScoreKeeper.h +++ b/stepmania/src/ScoreKeeper.h @@ -1,14 +1,14 @@ /* ScoreKeeper - Abstract class to handle scorekeeping, stat-taking, etc. */ -#ifndef SCOREKEEPER_H -#define SCOREKEEPER_H +#ifndef SCORE_KEEPER_H +#define SCORE_KEEPER_H /* * Stat handling is in here because that can differ between games, too; for * example, some games count double taps as a single note in scoring and * some count per-tap. * - * Results are injected directly into GameState. + * Results are injected directly into the PlayerStageStats. */ #include "GameConstantsAndTypes.h"