diff options
| -rw-r--r-- | engines/teenagent/scene.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/engines/teenagent/scene.cpp b/engines/teenagent/scene.cpp index dbeaac227b..a9a1a92c07 100644 --- a/engines/teenagent/scene.cpp +++ b/engines/teenagent/scene.cpp @@ -739,8 +739,8 @@ bool Scene::render(bool tick_game, bool tick_mark, uint32 message_delta) {  			_system->unlockScreen();  			continue;  		} -		//render on -		if (debug_features.feature[DebugFeatures::kShowOn]) { +		//render on, skipped for animation +		if (mark == NULL && debug_features.feature[DebugFeatures::kShowOn]) {  			on.render(surface, actor_animation_position);  		} | 
