X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flevel.h;h=70015fc591cfd97c1163dcd9bb7c4014f92124b6;hb=157cef71aeb9ae25b7bb90f37dda11bc09329d11;hp=28eb0b48998e4474fdac31fc9d55642b0f19655a;hpb=403f2652505e814b645892bffaf89a584984f9b8;p=supertux.git diff --git a/src/level.h b/src/level.h index 28eb0b489..70015fc59 100644 --- a/src/level.h +++ b/src/level.h @@ -92,8 +92,7 @@ class Level int width; int height; int bkgd_speed; - int start_pos_x; - int start_pos_y; + Vector start_pos; float gravity; bool back_scrolling; float hor_autoscroll_speed; @@ -140,9 +139,6 @@ class Level /** Resize the level to a new width/height */ void resize(int new_width, int new_height); - /* Draw background */ - void draw_bg(); - /** Return the id of the tile at position x/y */ unsigned int gettileid(float x, float y) const; /** returns the id of the tile at position x,y