summaryrefslogtreecommitdiff
path: root/tomorrowthegroundGUI/tomorrowthegroundGUI.pde
diff options
context:
space:
mode:
Diffstat (limited to 'tomorrowthegroundGUI/tomorrowthegroundGUI.pde')
-rw-r--r--tomorrowthegroundGUI/tomorrowthegroundGUI.pde2
1 files changed, 1 insertions, 1 deletions
diff --git a/tomorrowthegroundGUI/tomorrowthegroundGUI.pde b/tomorrowthegroundGUI/tomorrowthegroundGUI.pde
index 478488b..29fe559 100644
--- a/tomorrowthegroundGUI/tomorrowthegroundGUI.pde
+++ b/tomorrowthegroundGUI/tomorrowthegroundGUI.pde
@@ -12,7 +12,7 @@ void setup()
{
bgmaps=new PImage[2];
sendIP="127.0.0.1";
- int map=3;
+ int map=2;
switch (map) {
case 1:
bgmaps[0] = loadImage("gentmap.png");