[Scummvm-git-logs] scummvm master -> 69f405c542dd7e41ad4723a60141f4068583273a

sev- noreply at scummvm.org
Fri Dec 23 17:50:25 UTC 2022


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:
69f405c542 HPL1: Fix compile failure in VS2022.


Commit: 69f405c542dd7e41ad4723a60141f4068583273a
    https://github.com/scummvm/scummvm/commit/69f405c542dd7e41ad4723a60141f4068583273a
Author: elasota (ejlasota at gmail.com)
Date: 2022-12-23T18:50:22+01:00

Commit Message:
HPL1: Fix compile failure in VS2022.

Changed paths:
    engines/hpl1/engine/libraries/newton/core/dgVector.h


diff --git a/engines/hpl1/engine/libraries/newton/core/dgVector.h b/engines/hpl1/engine/libraries/newton/core/dgVector.h
index 0563ecc4541..0c958ea518e 100644
--- a/engines/hpl1/engine/libraries/newton/core/dgVector.h
+++ b/engines/hpl1/engine/libraries/newton/core/dgVector.h
@@ -297,7 +297,6 @@ DG_INLINE dgVector::dgVector(const simd_type &val) {
 
 constexpr DG_INLINE dgVector::dgVector(dgFloat32 x, dgFloat32 y, dgFloat32 z, dgFloat32 w)
 	: dgTemplateVector<dgFloat32>(x, y, z, w) {
-	_ASSERTE(dgCheckVector((*this)));
 }
 
 DG_INLINE dgFloat32 dgVector::DotProductSimd(const dgVector &A) const {




More information about the Scummvm-git-logs mailing list