[Player] CheckpointsFlashOnHold metric added (bool). also cleanup/comment/etc.

This commit is contained in:
AJ Kelly
2010-02-24 02:40:36 -06:00
parent 01137a22f5
commit 60b86919ba
28 changed files with 413 additions and 397 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ public:
private:
HANDLE sem;
/* We have to track the count ourself, since Windows gives no way to query it. */
// We have to track the count ourself, since Windows gives no way to query it.
int m_iCounter;
};