diff options
Diffstat (limited to 'src/tile-image.cpp')
-rw-r--r-- | src/tile-image.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tile-image.cpp b/src/tile-image.cpp index 7bfea375..e2d84461 100644 --- a/src/tile-image.cpp +++ b/src/tile-image.cpp @@ -35,8 +35,8 @@ image_ref_<Atlas, Proto>& image_ref_<Atlas, Proto>::operator=(const Proto& proto return *this; } -template struct image_proto_<tile_atlas>; -template struct image_ref_<tile_atlas, tile_image_proto>; +template struct image_proto_<ground_atlas>; +template struct image_ref_<ground_atlas, tile_image_proto>; template struct image_proto_<wall_atlas>; template struct image_ref_<wall_atlas, wall_image_proto>; |