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:
Meep-Eep
2008-08-15 08:16:45 +00:00
parent 7372224df5
commit 27e0dd8258
+1 -1
View File
@@ -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);