X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsector.h;h=467fd1db7de0ab55971999244fc7d4e8db55ede4;hb=35fa5542fadf1848919363620c7a76b04150c283;hp=7b6c6cab2cdd5db3fcd7d4eda516c839b3bf029e;hpb=3e184f18f1b19c8884d3899f20eeda37a2916290;p=supertux.git diff --git a/src/sector.h b/src/sector.h index 7b6c6cab2..467fd1db7 100644 --- a/src/sector.h +++ b/src/sector.h @@ -107,7 +107,7 @@ public: const Vector& movement, Tile* tile); void add_bouncy_brick(const Vector& pos); - BadGuy* add_bad_guy(float x, float y, BadGuyKind kind); + BadGuy* add_bad_guy(float x, float y, BadGuyKind kind, bool activate); void add_upgrade(const Vector& pos, Direction dir, UpgradeKind kind); bool add_bullet(const Vector& pos, float xm, Direction dir);