forked from metin-server/m2dev-client-src
file encoding to utf-8
This commit is contained in:
@@ -27,10 +27,10 @@ class CColorTransitionHelper
|
||||
bool isTransitionStarted() { return m_bTransitionStarted; }
|
||||
|
||||
private:
|
||||
D3DCOLOR m_dwCurColor; // 현재 색
|
||||
D3DCOLOR m_dwCurColor; // 현재 색
|
||||
|
||||
DWORD m_dwStartTime; // 바뀌기 시작하는 시간
|
||||
DWORD m_dwDuration; // 얼마 동안에 바뀌는가?
|
||||
DWORD m_dwStartTime; // 바뀌기 시작하는 시간
|
||||
DWORD m_dwDuration; // 얼마 동안에 바뀌는가?
|
||||
|
||||
bool m_bTransitionStarted;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user