mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-15 17:25:32 +00:00
Changed Doxygen comments a bit
This commit is contained in:
parent
5c9d6f9156
commit
980eb1d4dd
@ -34,7 +34,6 @@
|
|||||||
static bool show_intro_part(display &disp, const vconfig& part,
|
static bool show_intro_part(display &disp, const vconfig& part,
|
||||||
const std::string& scenario);
|
const std::string& scenario);
|
||||||
|
|
||||||
/** Show an introduction sequence at the start of a scenario. */
|
|
||||||
void show_intro(display &disp, const vconfig& data, const config& level)
|
void show_intro(display &disp, const vconfig& data, const config& level)
|
||||||
{
|
{
|
||||||
LOG_NG << "showing intro sequence...\n";
|
LOG_NG << "showing intro sequence...\n";
|
||||||
@ -360,7 +359,6 @@ static bool show_intro_part_helper(display &disp, const vconfig& part,
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Black screen with "The End", shown at the end of a campaign. */
|
|
||||||
void the_end(display &disp, std::string text, unsigned int duration)
|
void the_end(display &disp, std::string text, unsigned int duration)
|
||||||
{
|
{
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user