Skip to content

Commit f483503

Browse files
committed
Properly disable/use no TTS
1 parent 5eceb85 commit f483503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Prototype/Game/GoldenGarbonzo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class GoldenGarbonzo
3232

3333
public void Run()
3434
{
35-
this.speaker = new MicrosoftSpeaker();
35+
this.speaker = new DummySpeaker();
3636
this.currentRoom = dungeon.Floors[currentFloor].Rooms[0];
3737

3838
SpeakAndPrint($"Welcome to the dungeon! {this.currentRoom.GetContents()}");

0 commit comments

Comments
 (0)