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

« back to all changes in this revision

Viewing changes to src/blop.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:
53
53
#define spezvar_inhibit 8
54
54
#define spezvar_gewicht 9
55
55
#define spezvar_verhalten 10
56
 
#define spezvar_anz 11
 
56
#define spezvar_falling_speed 11
 
57
#define spezvar_falling_fast_speed 12
 
58
#define spezvar_am_platzen 13
 
59
#define spezvar_anz 14
57
60
/* spezvar_namen[] in knoten.cpp definiert. Es enth�lt auch
58
61
   die Namen der spezconst */
59
62
 
206
209
      gesetzt. */
207
210
  int mKettenGroesse;
208
211
  
209
 
  /** Der aktuelle Platz-Zustand. 0 bedeutet nicht platzen. */
210
 
  int mAmPlatzen;
211
 
 
212
212
  /***** Variablen, die sich nie �ndern *****/
213
213
  /* Sie sollten am besten const sein; das geht aber aus technischen Gr�nden
214
214
     beim BlopGitter nicht.