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

bluegr noreply at scummvm.org
Tue Feb 18 01:38:00 UTC 2025


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:
db97ad0761 TWINE: Fix compilation under Windows


Commit: db97ad076197e00c4f14d426f827ea4c25de3013
    https://github.com/scummvm/scummvm/commit/db97ad076197e00c4f14d426f827ea4c25de3013
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2025-02-18T03:37:57+02:00

Commit Message:
TWINE: Fix compilation under Windows

Changed paths:
    engines/twine/scene/buggy.h


diff --git a/engines/twine/scene/buggy.h b/engines/twine/scene/buggy.h
index 7f2186f06c7..78ff865e9fb 100644
--- a/engines/twine/scene/buggy.h
+++ b/engines/twine/scene/buggy.h
@@ -47,7 +47,7 @@ public:
 		int32 Z = 0;
 	};
 
-	typedef struct {
+	struct S_BUGGY {
 		int32 X = 0;
 		int32 Y = 0;
 		int32 Z = 0;
@@ -61,7 +61,7 @@ public:
 		int32 SpeedRot = 0;
 		int32 Speed = 0;
 		int32 LastTimer = 0;
-	} S_BUGGY;
+	};
 
 	// TODO: rename and hide
 	S_BUGGY ListBuggy[MAX_BUGGYS];




More information about the Scummvm-git-logs mailing list