From 1be2e37489991b7f9432cd0f053dffa19c1f1dd4 Mon Sep 17 00:00:00 2001 From: "n3ophyt3@gmail.com" Date: Wed, 5 Jan 2011 23:54:07 +0000 Subject: [PATCH] Forgot to update my .dme for the relocated PDA.dm before committing. Fixed the two warnings about unused variables git-svn-id: http://tgstation13.googlecode.com/svn/trunk@785 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/objects/devices/PDA/radio.dm | 4 ++-- tgstation.dme | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/devices/PDA/radio.dm b/code/game/objects/devices/PDA/radio.dm index 286c66cb006..516e3f25d18 100644 --- a/code/game/objects/devices/PDA/radio.dm +++ b/code/game/objects/devices/PDA/radio.dm @@ -63,7 +63,7 @@ // create/populate list as they are recvd receive_signal(datum/signal/signal) - var/obj/item/device/pda/P = src.loc +// var/obj/item/device/pda/P = src.loc /* world << "recvd:[P] : [signal.source]" @@ -138,7 +138,7 @@ // create/populate lists as they are recvd receive_signal(datum/signal/signal) - var/obj/item/device/pda/P = src.loc +// var/obj/item/device/pda/P = src.loc /* world << "recvd:[P] : [signal.source]" diff --git a/tgstation.dme b/tgstation.dme index 7dc190d5e15..be0b2939b2f 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -499,7 +499,6 @@ #include "code\game\objects\devices\igniter.dm" #include "code\game\objects\devices\infra_sensor.dm" #include "code\game\objects\devices\multitool.dm" -#include "code\game\objects\devices\PDA.dm" #include "code\game\objects\devices\powersink.dm" #include "code\game\objects\devices\proxy_sensor.dm" #include "code\game\objects\devices\scanners.dm" @@ -507,6 +506,7 @@ #include "code\game\objects\devices\taperecorder.dm" #include "code\game\objects\devices\timer.dm" #include "code\game\objects\devices\PDA\cart.dm" +#include "code\game\objects\devices\PDA\PDA.dm" #include "code\game\objects\devices\PDA\radio.dm" #include "code\game\objects\devices\PDA\uplink.dm" #include "code\game\objects\items\apc_frame.dm"