Re: [AD] Don't use Devpaks |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Hope that helps,Hi again,That code didn't crash for me on Linux, but it maybe something mouse-related. See the docs for show_mouse (http://liballeg.org/stabledocs/en/alleg004.html#show_mouse). Also, remember to call set_gfx_mode(GFX_TEXT, 0,0,0,0); at the end, and, in updateScreen, you'd be better with a blit than a draw_sprite (blit(buffer, screen, 0, 0, 0, 0, buffer->w, buffer->h);)
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |