Fixed dive up typo

This commit is contained in:
CaptainSegis 2016-11-05 20:35:00 -05:00
parent 27b2861973
commit 7d217cf7e2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
SoundManager.PlaySound("select")
ElseIf diveUp = 2 Then
'Up
Dim t As String = "The boat's shadow is casted~upon the ocean floor.*Do you want to~use Dive?%Yes|No%"
Dim t As String = "The boat's shadow is cast~upon the ocean floor.*Do you want to~use Dive?%Yes|No%"
Screen.TextBox.Show(t, {Me})
SoundManager.PlaySound("select")