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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user