if Fehler behoben

This commit is contained in:
Rebekka Haemmerl 2025-11-06 10:20:26 +01:00
parent 177026d45f
commit 3a991f309f

View File

@ -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);