mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 08:23:15 +00:00
Removing a debug warning() and adding some comments
svn-id: r48236
This commit is contained in:
parent
8191092c18
commit
5886a0cc77
@ -128,8 +128,8 @@ Common::MemoryReadStream *PreImd::getExtraData(const char *fileName) {
|
||||
}
|
||||
|
||||
bool PreImd::load(Common::SeekableReadStream &stream) {
|
||||
warning("loading preIMD");
|
||||
|
||||
// Since PreIMDs don't have any width and height values stored,
|
||||
// we need them to be specified in the constructor
|
||||
assert((_forcedWidth > 0) && (_forcedHeight > 0));
|
||||
|
||||
unload();
|
||||
@ -387,6 +387,7 @@ CoktelVideo::State PreImd::processFrame(uint16 frame) {
|
||||
return state;
|
||||
}
|
||||
|
||||
// Simple blit
|
||||
void PreImd::renderFrame() {
|
||||
assert(_vidMem);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user