mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
TWINE: extended warning message with the draw list type
This commit is contained in:
parent
1824b01e5e
commit
ba562ccc2f
@ -493,7 +493,7 @@ void Redraw::processDrawList(DrawListStruct *drawList, int32 drawListPos, bool b
|
||||
// Drawing unknown
|
||||
else if (flags < DrawListType::DrawActorSprites) {
|
||||
// TODO reverse this part of the code
|
||||
warning("Not yet reversed part of the rendering code");
|
||||
warning("Not yet reversed part of the rendering code: %u", flags);
|
||||
}
|
||||
// Drawing sprite actors, doors and entities
|
||||
else if (flags == DrawListType::DrawActorSprites) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user