Renamed decodeILBM to decodePBM, removed a TODO
svn-id: r26731
This commit is contained in:
parent
40f43a687b
commit
d08eeff700
3 changed files with 3 additions and 7 deletions
|
@ -304,7 +304,7 @@ void PackBitsReadStream::unpack() {
|
|||
}
|
||||
|
||||
|
||||
void decodeILBM(Common::ReadStream &input, Surface &surface, byte *&colors) {
|
||||
void decodePBM(Common::ReadStream &input, Surface &surface, byte *&colors) {
|
||||
PBMDecoder decoder(input, surface, colors);
|
||||
decoder.decode();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue