scummvm/engines/toltecs
Fiodar 3a8fd9c86c
TOLTECS: Fix warnings for subscript is above array bounds.
engines/toltecs/script.cpp:527:10: warning: array subscript is above array bounds [-Warray-bounds]
   warning("Getting unimplemented game variable %s (%d)", varNames[variable], variable);
Logging print garbage because array varNames[] has 22 elements.
2021-06-26 08:54:30 +03:00
..
animation.cpp
animation.h
configure.engine
console.cpp
console.h
detection.cpp JANITORIAL: Update old bug tracker numbers 2021-03-03 02:15:05 +02:00
detection.h ENGINES: ALL: Revert detection submodule to be directly present in the engine directory 2020-10-03 14:56:36 +02:00
menu.cpp
menu.h
metaengine.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
microtiles.cpp
microtiles.h
module.mk ENGINES: ALL: Revert detection submodule to be directly present in the engine directory 2020-10-03 14:56:36 +02:00
movie.cpp
movie.h
music.cpp
music.h
palette.cpp
palette.h
POTFILES
render.cpp
render.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
resource.cpp
resource.h
saveload.cpp
screen.cpp
screen.h
script.cpp TOLTECS: Fix warnings for subscript is above array bounds. 2021-06-26 08:54:30 +03:00
script.h
segmap.cpp
segmap.h
sound.cpp
sound.h
sprite.cpp
toltecs.cpp JANITORIAL: Update old bug tracker numbers 2021-03-03 02:15:05 +02:00
toltecs.h