Erwan
- fix compilation bug in Credits.cpp
This commit is contained in:
@@ -295,7 +295,7 @@ int Credits::unlockRandomSet(bool force){
|
|||||||
|
|
||||||
if (force) {
|
if (force) {
|
||||||
int init = setId;
|
int init = setId;
|
||||||
boolean found = false;
|
bool found = false;
|
||||||
do {
|
do {
|
||||||
if (1 != options[Options::optionSet(setId)].number)
|
if (1 != options[Options::optionSet(setId)].number)
|
||||||
found = true;
|
found = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user