Fixed a nasty typo.
This commit is contained in:
parent
0c7cee1805
commit
dda5ac5484
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class sourcespec {
|
|||
|
||||
public:
|
||||
sourcespec(const std::string &id_, const std::string &files_, int min_delay_, int chance_)
|
||||
: id(id), files(files_), min_delay(min_delay_), chance(chance_)
|
||||
: id(id_), files(files_), min_delay(min_delay_), chance(chance_)
|
||||
{
|
||||
loops = 0;
|
||||
check_fogged = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue