From be528e6f019cf6c00d5ed69fbe481f935ffc71c7 Mon Sep 17 00:00:00 2001 From: Daveo Date: Tue, 27 Feb 2001 18:56:34 +0000 Subject: [PATCH] --- build/mkactor.pl | 19 +++++++------------ data/DataCache.scr | 5 +++-- makefile.gfx | 39 +++++++-------------------------------- 3 files changed, 17 insertions(+), 46 deletions(-) diff --git a/build/mkactor.pl b/build/mkactor.pl index f73216925..f0176ca37 100644 --- a/build/mkactor.pl +++ b/build/mkactor.pl @@ -1,25 +1,20 @@ $OutFile=shift(@ARGV); -$Actor=shift(@ARGV); +$ActorList=shift(@ARGV); -# printf("I got\n0: $OutFile\n1: $Actor\n"); +# printf("I got\n0: $OutFile\n1: $ActorList\n"); $OutFile=">$OutFile"; open(OutFile) || die "Can't create makefile $OutFile; $!"; # print <