mirror of
https://github.com/edubart/otclient.git
synced 2025-11-04 20:46:24 +01:00
fix compiling on gcc 4.6 (too early to use 4.7.1...)
This commit is contained in:
@@ -60,8 +60,8 @@ protected:
|
||||
void inputEvent(const InputEvent& event);
|
||||
|
||||
private:
|
||||
bool m_onInputEvent = false;
|
||||
bool m_mustRepaint = false;
|
||||
stdext::boolean<false> m_onInputEvent;
|
||||
stdext::boolean<false> m_mustRepaint;
|
||||
AdaptativeFrameCounter m_backgroundFrameCounter;
|
||||
AdaptativeFrameCounter m_foregroundFrameCounter;
|
||||
TexturePtr m_foreground;
|
||||
|
||||
Reference in New Issue
Block a user