How can I make that an bitmap image blits on the screen and fills ALL the screen, not just the center?
I use blit() for that, but the BITMAP(welcome) only fills half the screen, so how do I have to use blit() to make the bitmap welcome fill the whole screen??
That only fills the center of the screen with welcome.bmp-->
Allegro docs are lousy, where can I get a tutorial or more info on the allegro functions??Code:blit(welcome, screen,0,0,(SCREEN_W-welcome->w)/2, (SCREEN_H-welcome->h)/2, welcome->w, welcome->h);
Thanx!!



LinkBack URL
About LinkBacks


