From 5dacd82903da00fdc4f32822bca6c01e53db4a90 Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 4 Feb 2008 22:44:05 +0000 Subject: (svn r12061) -Cleanup: since r12060, DC_FORCETEST is not used anymore --- src/command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.cpp') diff --git a/src/command.cpp b/src/command.cpp index c550dcb8f..0a6393f66 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -426,7 +426,7 @@ CommandCost DoCommand(TileIndex tile, uint32 p1, uint32 p2, uint32 flags, uint32 _docommand_recursive++; /* only execute the test call if it's toplevel, or we're not execing. */ - if (_docommand_recursive == 1 || !(flags & DC_EXEC) || (flags & DC_FORCETEST) ) { + if (_docommand_recursive == 1 || !(flags & DC_EXEC) ) { SetTownRatingTestMode(true); res = proc(tile, flags & ~DC_EXEC, p1, p2); SetTownRatingTestMode(false); -- cgit v1.2.3-70-g09d2