Uninited value fix; related to bug #542

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1694 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-04-29 02:20:07 +00:00
parent 6cebc56193
commit 0a9d866167
+1 -1
View File
@@ -1004,7 +1004,7 @@ InitDisplayList (void)
DisplayLinks = MakeLinks (END_OF_LIST, END_OF_LIST); DisplayLinks = MakeLinks (END_OF_LIST, END_OF_LIST);
} }
UWORD nth_frame; UWORD nth_frame = 0;
void void
RedrawQueue (BOOLEAN clear) RedrawQueue (BOOLEAN clear)