(svn r12749) -Codechange: store the viewport information in the windows that have a viewport instead of one global array with a viewport for each window, even when they do not use the viewport.

This commit is contained in:
rubidium
2008-04-17 09:42:44 +00:00
parent 0cd14f9ebb
commit c31287206d
5 changed files with 34 additions and 56 deletions

View File

@@ -1037,7 +1037,6 @@ void InitWindowSystem()
IConsoleClose();
_last_z_window = _z_windows;
InitViewports();
_no_scroll = 0;
}