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-861f7616d084master
parent
76b6d70f6d
commit
0b527d49e2
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue