From f35ed4bbc2b05f1b83476b60948d64375f77f1b4 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 10 Jan 2007 18:56:51 +0000 Subject: (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. --- src/unmovable_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unmovable_map.h') diff --git a/src/unmovable_map.h b/src/unmovable_map.h index d016a7ac1..2e9ecfb9d 100644 --- a/src/unmovable_map.h +++ b/src/unmovable_map.h @@ -26,7 +26,7 @@ typedef enum UnmovableType { static inline UnmovableType GetUnmovableType(TileIndex t) { assert(IsTileType(t, MP_UNMOVABLE)); - return _m[t].m5; + return (UnmovableType)_m[t].m5; } -- cgit v1.2.3-70-g09d2