Ignore:
Timestamp:
2010-05-28 07:39:52 (2 years ago)
Author:
kpoole
Message:

Episode 5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Classes/tooltips.cpp

    r4 r26  
    1919#include "tooltips.hpp" 
    2020#include "video.hpp" 
     21#include "game_display.hpp" 
    2122 
    2223 
     
    6566        font::remove_floating_label(tooltip_handle); 
    6667        tooltip_handle = 0; 
     68        // KP: also invalidate the panel 
     69        game_display *gd = game_display::get_singleton(); 
     70        if (gd) 
     71            gd->invalidateUnit_ = true; 
    6772    } 
    6873} 
Note: See TracChangeset for help on using the changeset viewer.