mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Only show swipe tutorial if you're using swipe mode
This commit is contained in:
parent
c6dd712376
commit
823433df78
1 changed files with 1 additions and 1 deletions
|
@ -2529,7 +2529,7 @@ void scriptclass::run(void)
|
||||||
}
|
}
|
||||||
else if (words[0] == "controls")
|
else if (words[0] == "controls")
|
||||||
{
|
{
|
||||||
if (!game.seen_touch_tutorial)
|
if (!game.seen_touch_tutorial && touch::style == TOUCH_STYLE_SWIPE)
|
||||||
{
|
{
|
||||||
game.tutorial_mode = true;
|
game.tutorial_mode = true;
|
||||||
game.tutorial_state = 0;
|
game.tutorial_state = 0;
|
||||||
|
|
Loading…
Reference in a new issue