From 6600d22461ccc1cb602f238a9ffa83cf07dd830e Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 01 Jul 2019 18:04:02 -0400
Subject: [PATCH] Get icons 256x256

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

diff --git a/RandomNode.java b/RandomNode.java
index 5508ba3..7d0d7b3 100644
--- a/RandomNode.java
+++ b/RandomNode.java
@@ -5,7 +5,7 @@
     
     RandomNode()
     {
-        this("Random");
+        this("Switch");
     }
     
     RandomNode(String name)
@@ -95,7 +95,7 @@
         
             //(int)(Math.random()*super.size());
         //globalcount++;
-        gcount += GrafreeD.mix3(rnd+12345,firstchoice*12345,gcount);
+        gcount += Grafreed.mix3(rnd+12345,firstchoice*12345,gcount);
         
         gcount &= 0x7fffffff;
         

--
Gitblit v1.6.2