[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> Attached is a small documentation fix that fixes a typo (we should really
> have a way to look for these systematically) and corrects an error by
> omission.
Commited.
> Also attached is a small datafile loader patch that prevents
> create_bitmap_ex() from trying to create a temporary bitmap with less
than
> 256 colours. The only place where this will actually happen is if you try
> to load the Allegro 1.0 demo.dat, which is a fairly unlikely scenario.
> However, Allegro used to just crash before in that case and with this fix
> it can actually read the file correctly (well, hurray).
Commited. I propose that this one be given major publicity at the next
release, as I'm sure everyone will care a great deal about this. ;)
Evert