mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Fixed dive up typo
This commit is contained in:
parent
27b2861973
commit
7d217cf7e2
@ -39,7 +39,7 @@
|
|||||||
SoundManager.PlaySound("select")
|
SoundManager.PlaySound("select")
|
||||||
ElseIf diveUp = 2 Then
|
ElseIf diveUp = 2 Then
|
||||||
'Up
|
'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})
|
Screen.TextBox.Show(t, {Me})
|
||||||
SoundManager.PlaySound("select")
|
SoundManager.PlaySound("select")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user