(svn r20326) -Codechange: move UnmovableType to its own file

This commit is contained in:
rubidium
2010-08-02 21:35:59 +00:00
parent 5ae4e27446
commit 55129f1fbb
9 changed files with 44 additions and 12 deletions

View File

@@ -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];