(svn r12579) -Change: reset cursor when the Plant trees GUI is opened

pull/155/head
smatz 16 years ago
parent ba0a9538cf
commit f8b2e84537

@ -337,6 +337,10 @@ static const PalSpriteID _tree_sprites[] = {
static void BuildTreesWndProc(Window *w, WindowEvent *e)
{
switch (e->event) {
case WE_CREATE:
ResetObjectToPlace();
break;
case WE_PAINT: {
DrawWindowWidgets(w);

Loading…
Cancel
Save