Fix the disappearing backgrounds. By changing all instances of P.FileX to

FileX, the existing code (which uses lua globals) works again.
This commit is contained in:
John Bauer
2006-10-23 18:06:55 +00:00
parent a50516f00b
commit d119f68c29
11 changed files with 20 additions and 20 deletions
@@ -1,6 +1,6 @@
<ActorFrame><children>
<AutoActor
File="P.File1"
File="File1"
OnCommand="scale_or_crop_background;loop,0"
/>
</children></ActorFrame>