X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsector.hpp;h=5033959c1716ba729d04dc7c8a08641c9163df98;hb=a2e2ff929dfce1a2d892e0f7b83db52debde4201;hp=76a1fa58f0b6e3c2930bf12ce9940c07f209ffe6;hpb=fb070684fb70144bdb74f76d3920847cfd6dc83f;p=supertux.git diff --git a/src/sector.hpp b/src/sector.hpp index 76a1fa58f..5033959c1 100644 --- a/src/sector.hpp +++ b/src/sector.hpp @@ -60,8 +60,9 @@ enum MusicType { }; /** - * This class holds a sector (a part of a level) and all the game objects in - * the sector + * Represents one of (potentially) multiple, separate parts of a Level. + * + * Sectors contain GameObjects, e.g. Badguys and Players. */ class Sector : public Scripting::SSector {