generated from freudenreichan/info2Praktikum-Wortsalat
if Fehler behoben
This commit is contained in:
parent
177026d45f
commit
3a991f309f
@ -37,7 +37,7 @@ int main(int argc, char *argv[])
|
|||||||
placedWords = createWordSalad(wordSalad, SALAD_SIZE, words, wordCount);
|
placedWords = createWordSalad(wordSalad, SALAD_SIZE, words, wordCount);
|
||||||
|
|
||||||
// Check if all words were successfully placed
|
// Check if all words were successfully placed
|
||||||
if (placedWords =! 0)
|
if (placedWords != 0)
|
||||||
{
|
{
|
||||||
// Start the game if successful
|
// Start the game if successful
|
||||||
startGame(wordSalad, SALAD_SIZE, words, wordCount,800);
|
startGame(wordSalad, SALAD_SIZE, words, wordCount,800);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user