aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/graphics/render_manager.cpp
diff options
context:
space:
mode:
authorRichieSams2014-12-30 01:10:36 -0600
committerRichieSams2014-12-30 01:10:36 -0600
commit68d3ebd57b0313e517032681a119b47956803e71 (patch)
tree375a5db108c75add395a4b2b37d6ae1e1c87c2df /engines/zvision/graphics/render_manager.cpp
parent6c3af3c2e7b8d2852669c141944964c82a11ce1b (diff)
downloadscummvm-rg350-68d3ebd57b0313e517032681a119b47956803e71.tar.gz
scummvm-rg350-68d3ebd57b0313e517032681a119b47956803e71.tar.bz2
scummvm-rg350-68d3ebd57b0313e517032681a119b47956803e71.zip
ZVISION: Rename some scripting classes to better represent what the classes are
Also, rename the graphics 'Effect' class in order to avoid naming clashes (and/or coder confusion) with the newly named ScriptingEffect class. Lastly, add some documentation for the classes for further clarity.
Diffstat (limited to 'engines/zvision/graphics/render_manager.cpp')
-rw-r--r--engines/zvision/graphics/render_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/graphics/render_manager.cpp b/engines/zvision/graphics/render_manager.cpp
index 1b80b379bf..a1cc8ac53c 100644
--- a/engines/zvision/graphics/render_manager.cpp
+++ b/engines/zvision/graphics/render_manager.cpp
@@ -772,7 +772,7 @@ Common::Point RenderManager::getBkgSize() {
return Common::Point(_backgroundWidth, _backgroundHeight);
}
-void RenderManager::addEffect(Effect *_effect) {
+void RenderManager::addEffect(GraphicsEffect *_effect) {
_effects.push_back(_effect);
}