summaryrefslogtreecommitdiff
path: root/src/unmovable_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-02 21:35:59 +0000
committerrubidium <rubidium@openttd.org>2010-08-02 21:35:59 +0000
commit55129f1fbb6451b27ac45224dcad2cb2ed911f92 (patch)
treec01c26faf0366f75d6ff2e24e8c42963382467a2 /src/unmovable_cmd.cpp
parent5ae4e27446c6d20855f58a3845e8b3c52fb74aa4 (diff)
downloadopenttd-55129f1fbb6451b27ac45224dcad2cb2ed911f92.tar.xz
(svn r20326) -Codechange: move UnmovableType to its own file
Diffstat (limited to 'src/unmovable_cmd.cpp')
-rw-r--r--src/unmovable_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unmovable_cmd.cpp b/src/unmovable_cmd.cpp
index ce9bfb161..c3983424e 100644
--- a/src/unmovable_cmd.cpp
+++ b/src/unmovable_cmd.cpp
@@ -35,7 +35,7 @@
#include "table/sprites.h"
#include "table/unmovable_land.h"
-/* static */ const UnmovableSpec *UnmovableSpec::Get(int index)
+/* static */ const UnmovableSpec *UnmovableSpec::Get(UnmovableType index)
{
assert(index < UNMOVABLE_MAX);
return &_original_unmovable[index];