mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 21:03:42 -07:00
Tweak: Typo fixed
This commit is contained in:
parent
c927403fa5
commit
45e18f9aca
1 changed files with 1 additions and 1 deletions
|
@ -913,7 +913,7 @@ namespace SohImGui {
|
||||||
EnhancementRadioButton("Random", "gPauseLiveLink", 15);
|
EnhancementRadioButton("Random", "gPauseLiveLink", 15);
|
||||||
Tooltip("Randomize the animation played each time you open the menu");
|
Tooltip("Randomize the animation played each time you open the menu");
|
||||||
EnhancementRadioButton("Random cycle", "gPauseLiveLink", 16);
|
EnhancementRadioButton("Random cycle", "gPauseLiveLink", 16);
|
||||||
Tooltip("andomize the animation played on hte menu after a certain time");
|
Tooltip("Randomize the animation played on the menu after a certain time");
|
||||||
if (CVar_GetS32("gPauseLiveLink", 0) >= 16) {
|
if (CVar_GetS32("gPauseLiveLink", 0) >= 16) {
|
||||||
EnhancementSliderInt("Frame to wait: %d", "##MinFrameCount", "gMinFrameCount", 1, 1000, "");
|
EnhancementSliderInt("Frame to wait: %d", "##MinFrameCount", "gMinFrameCount", 1, 1000, "");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue