mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 08:42:35 +00:00
Fix an initialization error caught by g++.
This commit is contained in:
parent
deac9dcf2b
commit
0d8106caa5
@ -167,7 +167,7 @@ class cs_function : public function_base
|
||||
{
|
||||
public:
|
||||
cs_function(int r, int g, int b)
|
||||
: r_(g), g_(g), b_(b)
|
||||
: r_(r), g_(g), b_(b)
|
||||
{}
|
||||
virtual surface operator()(const surface& src) const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user