scummvm/engines/sword2
Martin Gerhardy 5b9531f00e SWORD2: fixed compiler warning with gcc 8.2
engines/sword2/screen.cpp: In member function ‘void Sword2::Screen::rollCredits()’:
engines/sword2/screen.cpp:1121:102: warning: cast from type ‘const char*’ to type ‘byte*’ {aka ‘unsigned char*’} casts away qualifiers [-Wcast-qual]
      creditsLines[i]->sprite = _vm->_fontRenderer->makeTextSprite((byte *)creditsLines[i]->str.c_str(), 600, 14, _vm->_speechFontId, 0);
2018-09-13 20:57:13 +01:00
..
animation.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
animation.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
anims.cpp
configure.engine CONFIGURE: Introduced new engine dependency: highres 2016-03-05 14:25:56 +01:00
console.cpp
console.h
controls.cpp
controls.h
debug.cpp
debug.h
defs.h
events.cpp
function.cpp
header.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
header.h
icons.cpp
interpreter.cpp
interpreter.h
layers.cpp
logic.cpp
logic.h
maketext.cpp SWORD2: Replace use of strdup with Common::String 2018-08-18 16:30:05 +02:00
maketext.h SWORD2: Replace use of strdup with Common::String 2018-08-18 16:30:05 +02:00
memory.cpp
memory.h
menu.cpp
module.mk
mouse.cpp
mouse.h
music.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
object.h
palette.cpp
POTFILES
protocol.cpp
render.cpp
resman.cpp
resman.h
router.cpp JANITORIAL: Typos detected with lintian & grep 2016-02-15 18:27:02 +01:00
router.h
saveload.cpp
saveload.h
screen.cpp SWORD2: fixed compiler warning with gcc 8.2 2018-09-13 20:57:13 +01:00
screen.h
scroll.cpp
sound.cpp
sound.h
speech.cpp
sprite.cpp
startup.cpp
sword2.cpp ENGINES: Remove usage of C++11 extended initializer lists 2018-05-10 09:26:26 +02:00
sword2.h ALL: Change main engine header guard defines to <directory>_<engine>_H 2016-05-17 18:21:30 +02:00
sync.cpp
walker.cpp