mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
Copy missing style string in shavit-replay + docs
This commit is contained in:
parent
3e558558b0
commit
b51460fff3
@ -17,7 +17,7 @@
|
|||||||
// Variables:
|
// Variables:
|
||||||
// {map} - current map.
|
// {map} - current map.
|
||||||
// {style} - the style name.
|
// {style} - the style name.
|
||||||
// {styletag} - the style's tag. See "styletag" in "shavit-styles.cfg".
|
// {styletag} - the style's tag. See "clantag" in "shavit-styles.cfg".
|
||||||
// {time} - formatted time for the WR currently being played.
|
// {time} - formatted time for the WR currently being played.
|
||||||
// {player} - the name of the player that holds the *record*, might be incorrect for replays from the beta version of bhoptimer.
|
// {player} - the name of the player that holds the *record*, might be incorrect for replays from the beta version of bhoptimer.
|
||||||
// {track} - track that the bot replays. Translated from the server's defined language.
|
// {track} - track that the bot replays. Translated from the server's defined language.
|
||||||
|
|||||||
@ -848,6 +848,7 @@ public void Shavit_OnStyleConfigLoaded(int styles)
|
|||||||
for(int i = 0; i < styles; i++)
|
for(int i = 0; i < styles; i++)
|
||||||
{
|
{
|
||||||
Shavit_GetStyleSettings(i, gA_StyleSettings[i]);
|
Shavit_GetStyleSettings(i, gA_StyleSettings[i]);
|
||||||
|
Shavit_GetStyleStrings(i, sClanTag, gS_StyleStrings[i][sClanTag], 128);
|
||||||
Shavit_GetStyleStrings(i, sStyleName, gS_StyleStrings[i][sStyleName], 128);
|
Shavit_GetStyleStrings(i, sStyleName, gS_StyleStrings[i][sStyleName], 128);
|
||||||
Shavit_GetStyleStrings(i, sShortName, gS_StyleStrings[i][sShortName], 128);
|
Shavit_GetStyleStrings(i, sShortName, gS_StyleStrings[i][sShortName], 128);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user