[Scummvm-git-logs] scummvm master -> 3b40bfc07137b44431f0aa4023886f741191fbdc

aquadran noreply at scummvm.org
Fri Aug 5 05:40:06 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:
3b40bfc071 ICB: ELDORADO: Increased macro value


Commit: 3b40bfc07137b44431f0aa4023886f741191fbdc
    https://github.com/scummvm/scummvm/commit/3b40bfc07137b44431f0aa4023886f741191fbdc
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-08-05T07:39:57+02:00

Commit Message:
ICB: ELDORADO: Increased macro value

Changed paths:
    engines/icb/barriers.h


diff --git a/engines/icb/barriers.h b/engines/icb/barriers.h
index 4b931af7da4..1f6115e8871 100644
--- a/engines/icb/barriers.h
+++ b/engines/icb/barriers.h
@@ -33,7 +33,7 @@
 
 namespace ICB {
 
-#define MAX_slices 9
+#define MAX_slices 10
 
 //+1 for dummy top floor ceiling
 #define MAX_heights (MAX_slices + 1)




More information about the Scummvm-git-logs mailing list