[CHG] Using s8 instead of int for the page variable in lesson 2

This commit is contained in:
Crayon2000 2009-11-05 23:53:40 +00:00
parent f4d8fa0fb9
commit f31e16e0f5

View file

@ -15,7 +15,7 @@
int main() { int main() {
u32 wpaddown; u32 wpaddown;
int page = 0; s8 page = 0;
// Font texture // Font texture
GRRLIB_texImg *text_font1 = GRRLIB_LoadTexture(font1); GRRLIB_texImg *text_font1 = GRRLIB_LoadTexture(font1);