PDA

View Full Version : Error: Could not match type signature GetCurDMap()



Gleeok
11-25-2007, 02:57 AM
I think i'm using these right:



map = GetCurDMap();
screen = GetCurDMapScreen();



int GetCurDMapScreen()
* Retrieves the number of the current screen within the current DMap.

int GetCurDMap()
* Returns the number of the current DMap.

I don't see what the problem could be...

Joe123
11-25-2007, 06:02 AM
Pointers Gleeok.
map = Game->GetCurDmap Screen();

Gleeok
11-25-2007, 06:13 AM
Ahaha! I knew I forgot something. That's funny, i'm using zero scripts atm that access the Game data array.

Joe123
11-25-2007, 08:06 AM
not even Game->PlaySound();?