> UINT8 gMap[MAP_WIDTH_TILES, MAP_HEIGHT_TILES]; That is not legal C. UINT8 gMap[MAP_WIDTH_TILES][MAP_HEIGHT_TILES]; would work better :) Regards, Johan ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Tue Aug 16 14:36:51 2005
This archive was generated by hypermail 2.1.8 : 2005-08-16 14:36:53 CEST