Fix spelling in comment.
This commit is contained in:
parent
20ef5c1e94
commit
3b0469eed9
1 changed files with 2 additions and 2 deletions
|
@ -824,7 +824,7 @@ public:
|
|||
* Unit bars and overlays are drawn on this
|
||||
* layer (for testing here).
|
||||
*/
|
||||
LAYER_MOVE_INFO, /**< Movement info (defense%, ect...). */
|
||||
LAYER_MOVE_INFO, /**< Movement info (defense%, etc...). */
|
||||
LAYER_LINGER_OVERLAY, /**< The overlay used for the linger mode. */
|
||||
LAYER_BORDER, /**< The border of the map. */
|
||||
|
||||
|
@ -936,7 +936,7 @@ protected:
|
|||
std::vector<surface> surf_; /**< surface(s) to render. */
|
||||
SDL_Rect clip_; /**<
|
||||
* The clipping area of the source if
|
||||
* ommitted the entire source is used.
|
||||
* omitted the entire source is used.
|
||||
*/
|
||||
drawing_buffer_key key_;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue