mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-05-07 23:19:43 +00:00
ref #105 Fixing: change a item count with 3 to 5.
This commit is contained in:
parent
75714de191
commit
09a31bbf2f
@ -14,6 +14,6 @@ Ground::Ground() : CRAWL::GroundClaster("JungelGroud") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
unsigned int Ground::itemsCount() const {
|
unsigned int Ground::itemsCount() const {
|
||||||
return 3;
|
return 5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user