From f9325048496d7cdbcad233f8a6b84c88e79adcc2 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 17 Sep 2019 20:11:47 -0400
Subject: [PATCH] Rename link2master to link2support.

---
 Wav.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Wav.java b/Wav.java
index 6ba3212..88821c3 100644
--- a/Wav.java
+++ b/Wav.java
@@ -109,7 +109,7 @@
     
     static int minutes = 10;
     
-    static byte[] theStream = new byte[44100*2 * 60 * minutes];
+    static byte[] theStream = new byte[0]; // 44100*2 * 60 * minutes];
     
     static int cursor = 0; // +735 per frame = 44100 Hz / 120 Hz * 2 (for 16 bits)
 
@@ -220,7 +220,7 @@
     // write out the wav file
     public Wav save()
     {
-        if (loop == 0 || !CameraPane.ANIMATION)
+        if (loop == 0 || !Globals.ANIMATION)
             return this;
         
 Object[] options = {"Yes",

--
Gitblit v1.6.2