Startet Game oder gibt Fehlermeldung
This commit is contained in:
parent
b1d7cbc74b
commit
288693c76f
@ -59,8 +59,8 @@ int main(int argc, char *argv[])
|
|||||||
// error message if some words couldn't be placed
|
// error message if some words couldn't be placed
|
||||||
if(placedWords == wordCount)
|
if(placedWords == wordCount)
|
||||||
{
|
{
|
||||||
// Start the graphical game with the created word salad
|
// Start the game with the created word salad
|
||||||
startGraphicalGame(wordSalad, SALAD_SIZE, words, wordCount);
|
startGame(wordSalad, SALAD_SIZE, words, wordCount, placedWords);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user