aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/vga13h.cpp
diff options
context:
space:
mode:
authoruruk2014-06-13 22:36:32 +0200
committeruruk2014-06-13 22:36:32 +0200
commita2c3a11708840f7b21d971241ad2b1fa70d74025 (patch)
tree29d6c9ae488f5c06e427fbea128f5d67b2d923c3 /engines/cge2/vga13h.cpp
parent2b5eec4427814e501f4a11103befedaf4628f528 (diff)
downloadscummvm-rg350-a2c3a11708840f7b21d971241ad2b1fa70d74025.tar.gz
scummvm-rg350-a2c3a11708840f7b21d971241ad2b1fa70d74025.tar.bz2
scummvm-rg350-a2c3a11708840f7b21d971241ad2b1fa70d74025.zip
CGE2: Rename setCave() to setScene().
Diffstat (limited to 'engines/cge2/vga13h.cpp')
-rw-r--r--engines/cge2/vga13h.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/vga13h.cpp b/engines/cge2/vga13h.cpp
index 24987813a5..71e472f766 100644
--- a/engines/cge2/vga13h.cpp
+++ b/engines/cge2/vga13h.cpp
@@ -516,7 +516,7 @@ void Sprite::tick() {
step();
}
-void Sprite::setCave(int c) {
+void Sprite::setScene(int c) {
_scene = c;
}