Menu

#2820 Grain harvesting location is off by a square

closed
ChadF
None
5
2007-04-16
2007-04-15
No

you have to right click above the grain visual to get the harvest menu

if you are below the grain visual you can't harvest it because it is too far

Discussion

  • Astrid Sawatzky

    Astrid Sawatzky - 2007-04-15

    Logged In: YES
    user_id=964999
    Originator: NO

    in constructor
    public GrainField() {
    this(1, 2);
    }

    changing to
    public GrainField() {
    this(1, 1);
    }

    will position the entity on the correct place but the sprite would not be shown correctly

     
  • Hendrik Brummermann

    • assigned_to: nobody --> chad3f
     
  • Daniel Herding

    Daniel Herding - 2007-04-16

    Logged In: YES
    user_id=880694
    Originator: NO

    Please test if my latest changes have resolved this issue.

     
  • Astrid Sawatzky

    Astrid Sawatzky - 2007-04-16
    • status: open --> closed
     
  • Astrid Sawatzky

    Astrid Sawatzky - 2007-04-16

    Logged In: YES
    user_id=964999
    Originator: NO

    fixed in cvs Head and 0.59

     

Anonymous
Anonymous

Add attachments
Cancel