(svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable.

This commit is contained in:
rubidium
2010-08-08 10:59:30 +00:00
parent 67be093e57
commit 1f2276b785
101 changed files with 789 additions and 763 deletions

View File

@@ -28,7 +28,7 @@
#include "newgrf_industrytiles.h"
#include "newgrf_station.h"
#include "newgrf_airporttiles.h"
#include "unmovable.h"
#include "object.h"
#include "group.h"
#include "strings_func.h"
#include "functions.h"