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
This commit is contained in:
n3ophyt3@gmail.com
2011-01-05 23:54:07 +00:00
parent 406b72d48b
commit 1be2e37489
2 changed files with 3 additions and 3 deletions

View File

@@ -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]"

View File

@@ -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"