foo* bar -> foo *bar.

This commit is contained in:
Steve Checkoway
2006-07-17 03:01:49 +00:00
parent 00878e4ef9
commit 79f3d0b76e
+7 -7
View File
@@ -112,13 +112,13 @@ protected:
AttackDisplay *m_pAttackDisplay;
TapNoteScore m_LastTapNoteScore;
LifeMeter* m_pLifeMeter;
CombinedLifeMeter* m_pCombinedLifeMeter;
ScoreDisplay* m_pScoreDisplay;
ScoreDisplay* m_pSecondaryScoreDisplay;
ScoreKeeper* m_pPrimaryScoreKeeper;
ScoreKeeper* m_pSecondaryScoreKeeper;
Inventory* m_pInventory;
LifeMeter *m_pLifeMeter;
CombinedLifeMeter *m_pCombinedLifeMeter;
ScoreDisplay *m_pScoreDisplay;
ScoreDisplay *m_pSecondaryScoreDisplay;
ScoreKeeper *m_pPrimaryScoreKeeper;
ScoreKeeper *m_pSecondaryScoreKeeper;
Inventory *m_pInventory;
int m_iRowLastCrossed;
int m_iMineRowLastCrossed;