mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 09:21:08 +00:00
cdfd5f85c8
This affects the Console / debugger classes of multiple engines. An alternative solution would have been to remove the unused _vm member vars. However, it seems likely that in the future, the _vm member could be useful for methods added to the console. So instead, we add a simple assert(_vm) to silence the clang warning. |
||
---|---|---|
.. | ||
console.cpp | ||
console.h | ||
database.cpp | ||
database.h | ||
detection.cpp | ||
graphics.cpp | ||
graphics.h | ||
made.cpp | ||
made.h | ||
module.mk | ||
music.cpp | ||
music.h | ||
pmvplayer.cpp | ||
pmvplayer.h | ||
redreader.cpp | ||
redreader.h | ||
resource.cpp | ||
resource.h | ||
screen.cpp | ||
screen.h | ||
screenfx.cpp | ||
screenfx.h | ||
script.cpp | ||
script.h | ||
scriptfuncs.cpp | ||
scriptfuncs.h | ||
sound.cpp | ||
sound.h |