(svn r21667) -Codechange: Introduce _thd.Reset().

This commit is contained in:
alberth
2010-12-30 15:32:31 +00:00
parent cedb07bba3
commit 661e13a86a
3 changed files with 14 additions and 4 deletions

View File

@@ -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()