Timothy Normand Miller wrote:
This is ready for an initial release. unsigned int s3_memory[258048];
This array isn't big enough (and seg-faults on my box). This is the minimum: unsigned int s3_memory[2048+640*480]; MM _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
