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
|
||||
if(placedWords == wordCount)
|
||||
{
|
||||
// Start the graphical game with the created word salad
|
||||
startGraphicalGame(wordSalad, SALAD_SIZE, words, wordCount);
|
||||
// Start the game with the created word salad
|
||||
startGame(wordSalad, SALAD_SIZE, words, wordCount, placedWords);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user