adapt gui to missing words
This commit is contained in:
parent
b9ca7ff70c
commit
97ed155236
@ -47,7 +47,7 @@ int main(int argc, char *argv[])
|
|||||||
// Start game if at least 1 word was successfully placed
|
// Start game if at least 1 word was successfully placed
|
||||||
if (placedWords > 0)
|
if (placedWords > 0)
|
||||||
{
|
{
|
||||||
startGame(wordSalad, SALAD_SIZE, words, wordCount, 800);
|
startGame(wordSalad, SALAD_SIZE, words, placedWords, 800);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@ -47,7 +47,7 @@ int main(int argc, char *argv[])
|
|||||||
// Start game if at least 1 word was successfully placed
|
// Start game if at least 1 word was successfully placed
|
||||||
if (placedWords > 0)
|
if (placedWords > 0)
|
||||||
{
|
{
|
||||||
startGame(wordSalad, SALAD_SIZE, words, wordCount, 800);
|
startGame(wordSalad, SALAD_SIZE, words, placedWords, 800);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user