diff options
| -rw-r--r-- | engines/cge2/hero.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/hero.cpp b/engines/cge2/hero.cpp index a4d0441569..87e74f0bda 100644 --- a/engines/cge2/hero.cpp +++ b/engines/cge2/hero.cpp @@ -513,7 +513,7 @@ int CGE2Engine::mapCross(const V2D &a, const V2D &b) {  }  void Hero::setCave(int c) { -	_scene = c; +	Sprite::setCave(c);  	resetFun();  }  | 
