mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 23:47:39 +00:00
Remove Doxygen style from comment.
The issue was found by Clang 3.4.
This commit is contained in:
parent
39fe3f65fc
commit
be43f531e2
@ -190,8 +190,8 @@ void loadscreen::draw_screen(const std::string &text)
|
||||
|
||||
void loadscreen::clear_screen()
|
||||
{
|
||||
int scrx = screen_.getx(); //< Screen width.
|
||||
int scry = screen_.gety(); //< Screen height.
|
||||
int scrx = screen_.getx(); // Screen width.
|
||||
int scry = screen_.gety(); // Screen height.
|
||||
SDL_Rect area = create_rect(0, 0, scrx, scry); // Screen area.
|
||||
surface disp(screen_.getSurface()); // Screen surface.
|
||||
// Make everything black.
|
||||
|
Loading…
x
Reference in New Issue
Block a user