(svn r17133) -Codechange: generalise the code that searches for base graphics

This commit is contained in:
rubidium
2009-08-09 16:54:03 +00:00
parent b7e746f72c
commit f118932643
13 changed files with 633 additions and 497 deletions

View File

@@ -11,7 +11,7 @@
#include "../window_gui.h"
#include "../gui.h"
#include "../ai/ai.hpp"
#include "../gfxinit.h"
#include "../base_media_base.h"
#include "../sortlist_type.h"
#include "../querystring_gui.h"
#include "network_content.h"
@@ -92,7 +92,7 @@ public:
break;
case CONTENT_TYPE_BASE_GRAPHICS:
FindGraphicsSets();
BaseGraphics::FindSets();
break;
case CONTENT_TYPE_NEWGRF: