(svn r21667) -Codechange: Introduce _thd.Reset().
This commit is contained in:
@@ -1366,10 +1366,7 @@ void ResetWindowSystem()
|
||||
{
|
||||
UnInitWindowSystem();
|
||||
InitWindowSystem();
|
||||
_thd.pos.x = 0;
|
||||
_thd.pos.y = 0;
|
||||
_thd.new_pos.x = 0;
|
||||
_thd.new_pos.y = 0;
|
||||
_thd.Reset();
|
||||
}
|
||||
|
||||
static void DecreaseWindowCounters()
|
||||
|
Reference in New Issue
Block a user