[Scummvm-git-logs] scummvm master -> fc3995f351a8f9c2b8a94d77dfbcefc771750ce1
OMGPizzaGuy
noreply at scummvm.org
Sun Sep 24 15:25:54 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:
fc3995f351 ULTIMA8: Disable adjoined squares occlusion again.
Commit: fc3995f351a8f9c2b8a94d77dfbcefc771750ce1
https://github.com/scummvm/scummvm/commit/fc3995f351a8f9c2b8a94d77dfbcefc771750ce1
Author: Matthew Jimenez (matthew.jimenez at outlook.com)
Date: 2023-09-24T10:25:33-05:00
Commit Message:
ULTIMA8: Disable adjoined squares occlusion again.
Multiple wrong occlusions on map 39 will require more investigation.
Changed paths:
engines/ultima/ultima8/world/sort_item.h
diff --git a/engines/ultima/ultima8/world/sort_item.h b/engines/ultima/ultima8/world/sort_item.h
index 37805be17b7..37d622d1eb3 100644
--- a/engines/ultima/ultima8/world/sort_item.h
+++ b/engines/ultima/ultima8/world/sort_item.h
@@ -27,7 +27,8 @@
#include "ultima/ultima8/misc/rect.h"
#include "ultima/ultima8/misc/box.h"
-#define SORTITEM_OCCLUSION_EXPERIMENTAL 1
+// Multiple wrong occlusions at MainActor::teleport 39 14680 7344 48
+//#define SORTITEM_OCCLUSION_EXPERIMENTAL 1
namespace Ultima {
namespace Ultima8 {
More information about the Scummvm-git-logs
mailing list