~ubuntu-branches/ubuntu/raring/simutrans/raring-proposed

« back to all changes in this revision

Viewing changes to besch/grund_besch.h

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2011-11-03 19:59:02 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20111103195902-uopgwf488mfctb75
Tags: 111.0-1
* New upstream release.
* debian/rules: Update get-orig-source target for new upstream release.
* Use xz compression for source and binary packages.
* Use override_* targets to simplify debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
class karte_t;
29
29
 
30
30
class grund_besch_t : public obj_besch_std_name_t {
31
 
        friend class ground_writer_t;
32
 
 
33
31
private:
34
32
        static karte_t *welt;
35
33
 
36
34
        static image_id image_offset;
37
35
 
38
36
public:
39
 
        static int water_animation_stages;
 
37
        static uint16 water_animation_stages;
 
38
        static sint16 water_depth_levels;
40
39
 
41
40
        // only these textures need external access
42
41
        static const grund_besch_t *fundament;