- stats are computed only at startup now, to avoid useless computation ingame
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-05-31 09:42:08 +00:00
parent 08992475fa
commit 19b0b306fe
2 changed files with 5 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ class JLBFont;
using namespace std;
class TextScroller: public JGuiObject{
private:
protected:
string mText;
string tempText;
JLBFont * mFont;