fMaxSecondsBack -> m_fMaxSecondsBack

This commit is contained in:
Glenn Maynard
2007-04-25 20:19:06 +00:00
parent 79194f2d6b
commit 9bbed8657d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ private:
};
vector<ButtonPress> m_aPresses;
float fMaxSecondsBack;
float m_fMaxSecondsBack;
};
extern InputQueue* INPUTQUEUE; // global and accessable from anywhere in our program