scummvm/engines/draci
Max Horn cdfd5f85c8 ENGINES: Silence clang warning about unused private member _vm
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.
2013-04-18 23:50:19 +02:00
..
animation.cpp
animation.h
barchive.cpp DRACI: Move readByte() and readUint32LE() out of assert() 2012-01-15 00:04:28 +01:00
barchive.h
console.cpp ENGINES: Silence clang warning about unused private member _vm 2013-04-18 23:50:19 +02:00
console.h
detection.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
draci.cpp DRACI: Update comment regarding SharedPtr/ScopedPtr. 2011-11-16 20:31:22 +01:00
draci.h ENGINES: Change 2nd param of Engine::saveGameState to Common::String 2011-06-02 18:31:59 +02:00
font.cpp
font.h
game.cpp DRACI: Made some static data const. 2011-09-08 19:59:36 +02:00
game.h
module.mk
mouse.cpp
mouse.h
music.cpp DRACI: Replace snprintf() usage with Common::String::format() 2011-06-02 03:27:44 +01:00
music.h
saveload.cpp DRACI: Fix warning 2011-11-02 23:08:23 +00:00
saveload.h
screen.cpp
screen.h
script.cpp DRACI: Replace abort() call by error() 2011-06-23 15:11:36 +08:00
script.h ALL: initialise -> initialize 2011-05-25 11:17:11 -04:00
sound.cpp DRACI: Allocate no-sound buffer on the heap in LegacySoundArchive::openArchive() 2011-06-23 15:11:38 +08:00
sound.h
sprite.cpp JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
sprite.h
surface.cpp
surface.h
walking.cpp DRACI: Replace usage of 'goto'. 2011-12-08 03:31:29 +00:00
walking.h