[Scummvm-git-logs] scummvm master -> 0cc397f9bcf66a5f57f626c9e1f2baba330b95f0

criezy criezy at scummvm.org
Sat Jun 27 13:46:41 UTC 2020


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:
0cc397f9bc GLK: Fix wrong paths in POTFILES


Commit: 0cc397f9bcf66a5f57f626c9e1f2baba330b95f0
    https://github.com/scummvm/scummvm/commit/0cc397f9bcf66a5f57f626c9e1f2baba330b95f0
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-06-27T14:45:42+01:00

Commit Message:
GLK: Fix wrong paths in POTFILES

Following the renaming of frotz to zcode, the POTFILES had not
been updated to reflect the change.

Changed paths:
    engines/glk/POTFILES


diff --git a/engines/glk/POTFILES b/engines/glk/POTFILES
index cedc0e1d66..f21c2c9bd5 100644
--- a/engines/glk/POTFILES
+++ b/engines/glk/POTFILES
@@ -4,8 +4,8 @@ engines/glk/streams.cpp
 engines/glk/advsys/advsys.cpp
 engines/glk/advsys/vm.cpp
 engines/glk/alan2/alan2.cpp
-engines/glk/frotz/detection.cpp
-engines/glk/frotz/frotz.cpp
+engines/glk/zcode/detection.cpp
+engines/glk/zcode/zcode.cpp
 engines/glk/glulxe/glulxe.cpp
 engines/glk/magnetic/magnetic.cpp
 engines/glk/scott/scott.cpp




More information about the Scummvm-git-logs mailing list