Compare commits

...

2 Commits

Author SHA1 Message Date
Dominik Gut
bc9643bc58 Merge branch 'master' into leveldesign 2025-05-21 22:47:59 +02:00
9c1323d2fc Fix bug in speech input grotto 2025-05-21 15:33:57 +02:00

View File

@ -252,7 +252,7 @@ Tree("32_Grotto_Story_B_Grotto_Intro") {
BTC.StopSpeechIntentRecognition() BTC.StopSpeechIntentRecognition()
BTC.ClearPossbileSpeechIntents() BTC.ClearPossbileSpeechIntents()
BTC.CompareUserSpeechInputStarted(true) BTC.Fail()
} }
} }
} }