Hi, Guys.

I have a module with a type called tPlayer.
In this type I have pMagic(1 To 5) As tMagic.
tMagic is another type in another module. In this module I have a Sub: Sub Magic(iMagic As Integer, iPlayer As tPlayer)

When I run my game, I get the error: 'Circular dependencies between modules'

What is that mean? Please Help!

Thank you,
Arie.