remove GenericTweenOn/Off - always play 'On'/'Off' on the Screen

This commit is contained in:
Chris Danford
2008-11-24 04:44:12 +00:00
parent 1d61d0fb9e
commit b741bb4189
17 changed files with 15 additions and 137 deletions
-2
View File
@@ -25,8 +25,6 @@ private:
Actor *GetActorWithFocus();
void BeforeChangeFocus();
void AfterChangeFocus();
virtual bool GenericTweenOn() const { return true; }
virtual bool GenericTweenOff() const { return true; }
void Refresh();
int m_iCurController;