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

grisenti noreply at scummvm.org
Wed Sep 6 20:46:43 UTC 2023


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:
d68cb7899c HPL1: Fix incorrect typedef


Commit: d68cb7899c9b1394012d093350560c9d5729c977
    https://github.com/scummvm/scummvm/commit/d68cb7899c9b1394012d093350560c9d5729c977
Author: grisenti (emanuele at grisenti.net)
Date: 2023-09-06T22:46:34+02:00

Commit Message:
HPL1: Fix incorrect typedef

Changed paths:
    engines/hpl1/engine/libraries/newton/Newton.h


diff --git a/engines/hpl1/engine/libraries/newton/Newton.h b/engines/hpl1/engine/libraries/newton/Newton.h
index 41d819af050..ab64594e019 100644
--- a/engines/hpl1/engine/libraries/newton/Newton.h
+++ b/engines/hpl1/engine/libraries/newton/Newton.h
@@ -301,7 +301,7 @@ typedef dFloat(*NewtonWorldRayFilterCallback)(const NewtonBody *const body, cons
 
 
 typedef int (*NewtonOnAABBOverlap)(const NewtonMaterial *const material, const NewtonBody *const body0, const NewtonBody *const body1, int32 threadIndex);
-typedef void (*NewtonContactsProcess)(const NewtonJoint *const contact, dFloat timestep, int threadIndex);
+typedef void (*NewtonContactsProcess)(const NewtonJoint *const contact, dFloat timestep, int32 threadIndex);
 
 typedef void (*NewtonBodyIterator)(const NewtonBody *const body, void *const userData);
 typedef void (*NewtonJointIterator)(const NewtonJoint *const joint, void *const userData);




More information about the Scummvm-git-logs mailing list