Bug fix. (Would only be triggered if QUEUE_TABLE is undefined)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3035 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -161,7 +161,7 @@ crc_processDispQueue(crc_State *state) {
|
|||||||
#endif
|
#endif
|
||||||
LockElement(element, &elementPtr);
|
LockElement(element, &elementPtr);
|
||||||
|
|
||||||
crc_processELEMENT(state, element);
|
crc_processELEMENT(state, elementPtr);
|
||||||
|
|
||||||
nextElement = GetSuccElement(elementPtr);
|
nextElement = GetSuccElement(elementPtr);
|
||||||
UnlockElement(element);
|
UnlockElement(element);
|
||||||
|
|||||||
Reference in New Issue
Block a user