X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgame_object.hpp;h=7c4b59f6c8b069aa9129b07a4b69a4a02c28f930;hb=43db9a6c44b6ee544e7694d1bb234ba559b0849c;hp=5acc8333830eabb73fa216c02ce32c863494bdcd;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/game_object.hpp b/src/game_object.hpp index 5acc83338..7c4b59f6c 100644 --- a/src/game_object.hpp +++ b/src/game_object.hpp @@ -26,8 +26,10 @@ class DrawingContext; class ObjectRemoveListener; /** - * This is a base class for all game objects. Each sector of a level will hold a - * list of active GameObject while the game is played. + * Base class for all the things that make up Levels' Sectors. + * + * Each sector of a level will hold a list of active GameObject while the + * game is played. * * This class is responsible for: * - Updating and Drawing the object. This should happen in the update() and