Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Byte Array: Map Problem
#12
Shot me! The problem was that the Type didnt match on both sides, so i just replaced them both with:
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
Never thought that could matter Tongue
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)