/[cuyo]/cuyo/src/fall.cpp
ViewVC logotype

Diff of /cuyo/src/fall.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by caeles, Fri May 13 17:51:32 2005 UTC revision 1.23 by caeles, Sun Nov 27 02:57:05 2005 UTC
# Line 49  Line 49 
49    
50  /** Konstruktor... */  /** Konstruktor... */
51  Fall::Fall(Spielfeld * sp, bool re): BlopBesitzer(sp), mRechterSpieler(re) {  Fall::Fall(Spielfeld * sp, bool re): BlopBesitzer(sp), mRechterSpieler(re) {
52    mBlop[0].setBesitzer(this, re, 0);    mBlop[0].setBesitzer(this, ort_absolut(absort_fall, re, 0));
53    mBlop[1].setBesitzer(this, re, 1);    mBlop[1].setBesitzer(this, ort_absolut(absort_fall, re, 1));
54  }  }
55    
56  /**  Muß einmal aufgerufen werden */  /**  Muß einmal aufgerufen werden */

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26