From 6939569362a8c3e2c1b5174962309d0d73152845 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 23 Apr 2008 20:56:08 +0000 Subject: (svn r12855) -Codechange: do not use autoptr's for testing whether certain objects can be build, but check it directly in the pool so we do not have to call destructors in the testing phase. Stations still use the autoptr though. --- src/ship_cmd.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ship_cmd.cpp') diff --git a/src/ship_cmd.cpp b/src/ship_cmd.cpp index de4926999..a6a425150 100644 --- a/src/ship_cmd.cpp +++ b/src/ship_cmd.cpp @@ -28,7 +28,6 @@ #include "newgrf_text.h" #include "newgrf_sound.h" #include "spritecache.h" -#include "misc/autoptr.hpp" #include "strings_func.h" #include "functions.h" #include "window_func.h" -- cgit v1.2.3-54-g00ecf