Fix compile stoper from r649.

Ari: Please have a look at this! If this is wrong fix it please.


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@657 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2006-08-27 20:32:40 +00:00
parent 76b6d70f6d
commit 0b527d49e2
1 changed files with 1 additions and 1 deletions

View File

@ -3091,7 +3091,7 @@ EFFECT *pFXData;
if(asEffectsList[i].imd)
{
/* Restore the pointer from the hashed ID */
endian_udword(&((UDWORD)asEffectsList[i].imd));
endian_udword(&asEffectsList[i].imd);
asEffectsList[i].imd = (iIMDShape*)resGetDataFromHash("IMD",(UDWORD)asEffectsList[i].imd);
}
}