[Scummvm-git-logs] scummvm master -> 44c2e96199c4ca098714716656446bba49c6ede3

sev- noreply at scummvm.org
Mon Nov 20 20:21:08 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:
44c2e96199 OPENDINGUX: Remove fonts_mini.dat since fonts.dat is basically the same now


Commit: 44c2e96199c4ca098714716656446bba49c6ede3
    https://github.com/scummvm/scummvm/commit/44c2e96199c4ca098714716656446bba49c6ede3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-11-20T21:20:40+01:00

Commit Message:
OPENDINGUX: Remove fonts_mini.dat since fonts.dat is basically the same now

Changed paths:
  R dists/opendingux/fonts_mini.dat
    backends/platform/sdl/opendingux/opendingux.mk


diff --git a/backends/platform/sdl/opendingux/opendingux.mk b/backends/platform/sdl/opendingux/opendingux.mk
index d10e500af1b..0772e2090cd 100644
--- a/backends/platform/sdl/opendingux/opendingux.mk
+++ b/backends/platform/sdl/opendingux/opendingux.mk
@@ -20,7 +20,7 @@ ifdef DIST_FILES_ENGINEDATA
 	$(MKDIR) $(bundle)/engine-data
 	$(CP) $(DIST_FILES_ENGINEDATA) $(bundle)/engine-data/
 ifeq ($(OPENDINGUX_TARGET), rs90)
-	$(CP) $(srcdir)/dists/opendingux/fonts_mini.dat $(bundle)/engine-data/fonts.dat
+	$(CP) $(srcdir)/dists/opendingux/fonts.dat $(bundle)/engine-data/fonts.dat
 endif
 endif
 ifdef DIST_FILES_NETWORKING
diff --git a/dists/opendingux/fonts_mini.dat b/dists/opendingux/fonts_mini.dat
deleted file mode 100644
index c5c4efefb68..00000000000
Binary files a/dists/opendingux/fonts_mini.dat and /dev/null differ




More information about the Scummvm-git-logs mailing list