[Scummvm-git-logs] scummvm master -> c47c3f56fb892bfd81395fd5351868d968f019c7

aquadran noreply at scummvm.org
Mon Oct 28 13:40:36 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c47c3f56fb WINTERMUTE: CID 1433551


Commit: c47c3f56fb892bfd81395fd5351868d968f019c7
    https://github.com/scummvm/scummvm/commit/c47c3f56fb892bfd81395fd5351868d968f019c7
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2024-10-28T14:40:30+01:00

Commit Message:
WINTERMUTE: CID 1433551

Changed paths:
    engines/wintermute/ad/ad_actor_3dx.cpp


diff --git a/engines/wintermute/ad/ad_actor_3dx.cpp b/engines/wintermute/ad/ad_actor_3dx.cpp
index 05f15952d66..f946fdd9997 100644
--- a/engines/wintermute/ad/ad_actor_3dx.cpp
+++ b/engines/wintermute/ad/ad_actor_3dx.cpp
@@ -282,6 +282,9 @@ bool AdActor3DX::update() {
 
 	//////////////////////////////////////////////////////////////////////////
 	case STATE_TALKING: {
+		if (!_sentence)
+			break;
+
 		_sentence->update();
 
 		if (_sentence->_currentSkelAnim) {




More information about the Scummvm-git-logs mailing list