~ubuntu-branches/ubuntu/saucy/cuyo/saucy

« back to all changes in this revision

Viewing changes to src/blopbesitzer.h

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2010-07-19 09:54:44 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100719095444-ecoegzo1vvvdwra9
Tags: 2.~-1.1.brl3-1ubuntu1
* Merge from debian unstable (LP: #607106). Remaining changes:
  - Don't register MimeType=application/x-executable in
    the .desktop file.
  - Remove UTF-8 in the .desktop file
  - 

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
  virtual int getBesitzVerbindungen(int /*x*/, int /*y*/) const {
56
56
    return verbindung_solo;
57
57
  }
58
 
  /** Liefert - bei Blopgittern - den Blop an der entsprechenden
59
 
      Koordinate. Darf sonst nicht aufgerufen werden. Darf auch
60
 
      nicht mit falschen Koordinaten aufgerufen werden. Wird ben�tigt
61
 
      bei Variablen mit relativen Koordinaten. */
 
58
  /** For Blopgitters, this returns the Blop at the specified coordinates.
 
59
      May not be called otherwise, or with incorrect coordinates.
 
60
      This is used for accessing variables at foreign coordinates. */
62
61
  virtual const Blop & getFeld(int /*x*/, int /*y*/) const;
63
62
  /** Dito. */
64
63
  virtual Blop & getFeld(int x, int y);