Added Marathon speed per user request
This commit is contained in:
parent
f1fb8aea18
commit
cc764426e5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ enum class GameSpeed{
|
|||
Quick -> return 0.67f
|
||||
Standard -> return 1f
|
||||
Epic -> return 1.5f
|
||||
Marathon -> return 1.5f
|
||||
Marathon -> return 3f
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue