|
|
| Documentation - save_bmp_pf |
|
Physics Dave
Member #4,427
March 2004
|
Hello, The syntax written is: int save_bmp_pf(PACKFILE *f, RGB *pal); when it should be: int save_bmp_pf(PACKFILE *f, BITMAP *bmp, RGB *pal);
Only a small thing but it confused me first time http://www.allegro.cc/manual/api/loading-image-files/save_bmp_pf |
|
CGamesPlay
Member #2,559
July 2002
|
-- Ryan Patterson - <http://cgamesplay.com/> |
|
Peter Wang
Member #23
April 2000
|
Fixed in SVN, thanks.
|
|
|