Skip to content

Commit

Permalink
bg_animation refs #33
Browse files Browse the repository at this point in the history
  • Loading branch information
IR4T4 committed May 5, 2012
1 parent 9c8e3e8 commit 7517b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/bg_animation.c
Expand Up @@ -1065,7 +1065,7 @@ void BG_AnimParseAnimScript(animModelInfo_t *animModelInfo, animScriptData_t *sc
}

// copy the define to the strings list
defineStr[defineType][numDefines[defineType]].string = BG_CopyStringIntoBuffer(token, defineStrings, sizeof(defineStrings), &defineStringsOffset);
defineStr[defineType][numDefines[defineType]].string = BG_CopyStringIntoBuffer( token, defineStrings, sizeof(defineStrings), (unsigned int *)&defineStringsOffset );
defineStr[defineType][numDefines[defineType]].hash = BG_StringHashValue(defineStr[defineType][numDefines[defineType]].string);
// expecting an =
token = COM_ParseExt(&text_p, qfalse);
Expand Down

0 comments on commit 7517b31

Please sign in to comment.