[Scummvm-git-logs] scummvm-tools master -> b500ec9bc3a8338e46b376008b6248db0f2b8172

sdelamarre noreply at scummvm.org
Wed Aug 16 08:30:32 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
b500ec9bc3 GOB: sorted defines of STK10 & STK21


Commit: b500ec9bc3a8338e46b376008b6248db0f2b8172
    https://github.com/scummvm/scummvm-tools/commit/b500ec9bc3a8338e46b376008b6248db0f2b8172
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-08-16T16:30:29+08:00

Commit Message:
GOB: sorted defines of STK10 & STK21

Changed paths:
    engines/gob/compress_gob.h


diff --git a/engines/gob/compress_gob.h b/engines/gob/compress_gob.h
index 080c3fb1..cebb00fb 100644
--- a/engines/gob/compress_gob.h
+++ b/engines/gob/compress_gob.h
@@ -24,8 +24,8 @@
 
 #include "compress.h"
 
-#define confSTK21 "STK21"
 #define confSTK10 "STK10"
+#define confSTK21 "STK21"
 
 enum {
 	MODE_NORMAL = 0,




More information about the Scummvm-git-logs mailing list