From a246caad632526e0a98b2e03e0c7115fc80e281f Mon Sep 17 00:00:00 2001 From: Chinsky Date: Fri, 14 Jun 2013 14:17:12 +0400 Subject: [PATCH] Fixes unticked file. No idea why some files get randomly unticked. --- baystation12.dme | 1 + 1 file changed, 1 insertion(+) diff --git a/baystation12.dme b/baystation12.dme index 828007b0de8..b553a7a35bf 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -197,6 +197,7 @@ #include "code\game\communications.dm" #include "code\game\dna.dm" #include "code\game\hud.dm" +#include "code\game\response_team.dm" #include "code\game\shuttle_engines.dm" #include "code\game\skincmd.dm" #include "code\game\smoothwall.dm"