All I need it to do is load the red values from a 64x64 bmp.
Here's the vars that I have:
- Code: Select all
unsigned char gameoverscreen[64][64]
All I need is a function that loads a bmp and stores ONLY the red values in the "gameoverscreen" array
+1 to whoever can do this for me