[Scummvm-git-logs] scummvm-tools master -> 2d70f5c919cc9edfa8d265c133a3b78c2c745ecb

sev- sev at scummvm.org
Mon Mar 9 16:49:30 UTC 2020


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:
2d70f5c919 PRINCE: Fix mob.lst file generation


Commit: 2d70f5c919cc9edfa8d265c133a3b78c2c745ecb
    https://github.com/scummvm/scummvm-tools/commit/2d70f5c919cc9edfa8d265c133a3b78c2c745ecb
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-03-09T17:49:05+01:00

Commit Message:
PRINCE: Fix mob.lst file generation

Changed paths:
    engines/prince/po-parse.pl


diff --git a/engines/prince/po-parse.pl b/engines/prince/po-parse.pl
index eae5a5632..aa628ebff 100644
--- a/engines/prince/po-parse.pl
+++ b/engines/prince/po-parse.pl
@@ -146,7 +146,7 @@ sub process_mob($) {
 
 	open(*OUT, ">$file") or die "Cannot open file $file: $!";
 
-	print OUT "mob.lst\n";
+	print OUT "mob.lst\n1.\n";
 
 	my $pn = 0;
 




More information about the Scummvm-git-logs mailing list