26-01-2007, 08:15 PM
Shot me! The problem was that the Type didnt match on both sides, so i just replaced them both with:
Never thought that could matter
Code:
Type TileRec
Ground As Integer
Mask As Integer
Anim As Integer
Fringe As Integer
Type As Byte
Data1 As Integer
Data2 As Integer
Data3 As Integer
Mask2 As Integer
M2Anim As Integer
FAnim As Integer
Fringe2 As Integer
F2Anim As Integer
End Type
