mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 21:08:48 +00:00
made gcc happy about an unused variable...
...and added some comment to the nop function
This commit is contained in:
parent
ad05a5174a
commit
508bc9b72a
@ -25,7 +25,8 @@ public:
|
|||||||
cave_map_generator(const config* game_config);
|
cave_map_generator(const config* game_config);
|
||||||
|
|
||||||
bool allow_user_config() const { return true; }
|
bool allow_user_config() const { return true; }
|
||||||
void user_config(display& disp) { return; }
|
// This is a pure virtual function in the base class so must be here
|
||||||
|
void user_config(display& /* disp*/) { return; }
|
||||||
|
|
||||||
std::string name() const { return "cave"; }
|
std::string name() const { return "cave"; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user