(svn r7233) -Codechange: get rid of three console.c globals

This commit is contained in:
Darkvater
2006-11-21 22:10:52 +00:00
parent 2c04efff28
commit 1f4e4cc9f1
3 changed files with 33 additions and 42 deletions

View File

@@ -1917,7 +1917,7 @@ void RelocateAllWindows(int neww, int newh)
break;
case WC_CONSOLE:
IConsoleResize();
IConsoleResize(w);
continue;
default: