From 4113164b3be1e50251ac40d6fd65660f0a6c2e63 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Tue, 11 Jun 2019 18:46:21 -0400 Subject: [PATCH] Compressed undo stack. --- RandomNode.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/RandomNode.java b/RandomNode.java index 5508ba3..b1c0107 100644 --- a/RandomNode.java +++ b/RandomNode.java @@ -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