Skip to content

Commit 0554994

Browse files
committed
removed extra uplook of image
git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11640 8aca7d54-2c30-db11-9de9-000461428c89
1 parent 0aec7fe commit 0554994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simutrans/obj/simobj.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ void obj_t::display(int xpos, int ypos CLIP_NUM_DEF) const
227227
}
228228
else if( obj_t::get_flag( highlight ) ) {
229229
// highlight this tile
230-
display_blend( get_image(), xpos, ypos, owner_n, SYSCOL_OBJECT_HIGHLIGHT | OUTLINE_FLAG | TRANSPARENT75_FLAG, 0, is_dirty CLIP_NUM_PAR);
230+
display_blend( image, xpos, ypos, owner_n, SYSCOL_OBJECT_HIGHLIGHT | OUTLINE_FLAG | TRANSPARENT75_FLAG, 0, is_dirty CLIP_NUM_PAR);
231231
}
232232
}
233233
else if( obj_t::get_flag( highlight ) ) {

0 commit comments

Comments
 (0)