~timfelgentreff/stratagus/ButtonCheckUnitsNot

« back to all changes in this revision

Viewing changes to src/map/map_draw.cpp

  • Committer: Tim Felgentreff
  • Date: 2013-04-30 18:36:53 UTC
  • mfrom: (8696.1.23 stratagus)
  • Revision ID: timfelgentreff@gmail.com-20130430183653-067czvt3h0x94x6x
mergeĀ lp:stratagus

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
                        const CMapField &mf = Map.Fields[sx];
263
263
                        unsigned short int tile;
264
264
                        if (ReplayRevealMap) {
265
 
                                tile = mf.Tile;
 
265
                                tile = mf.getGraphicTile();
266
266
                        } else {
267
267
                                tile = mf.playerInfo.SeenTile;
268
268
                        }