Hi there folks!
I was just wondering you anyone can help me with yet another coding problem that I have >_<
This time is when I add a new Static Object the game crashes and I get this message:
PM_GetPage: Invalid page request ... In WL_GAME.C I've already passed case 89: and after that case I added those lines:
Have I done something wrong? if not can anyone please help me solve this one?
Thanks in advance
-Raziel A.
I was just wondering you anyone can help me with yet another coding problem that I have >_<
This time is when I add a new Static Object the game crashes and I get this message:
PM_GetPage: Invalid page request ... In WL_GAME.C I've already passed case 89: and after that case I added those lines:
- Code:
case 260:
SpawnStatic(x,y,tile-193);
Have I done something wrong? if not can anyone please help me solve this one?
Thanks in advance
-Raziel A.