From 175661aae5ada531a49dfa42081a82e517f6ab34 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Tue, 14 Aug 2012 17:51:27 -0700 Subject: [PATCH] Another attempt to fix the crashes, this time by switching to old radiocode! --- code/game/objects/radio/radio.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/radio/radio.dm b/code/game/objects/radio/radio.dm index 56cd66eec87..86142bac1ab 100644 --- a/code/game/objects/radio/radio.dm +++ b/code/game/objects/radio/radio.dm @@ -1,6 +1,6 @@ //This file was auto-corrected by findeclaration.exe on 29/05/2012 15:03:05 -var/GLOBAL_RADIO_TYPE = 1 // radio type to use +var/GLOBAL_RADIO_TYPE = 0 // radio type to use // 0 = old radios // 1 = new radios (subspace technology)