1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-28 21:14:57 +03:00

Bug fix for spacing in Alphabetic index of Actions

This commit is contained in:
Graham Nelson 2022-04-09 12:15:22 +01:00
parent 231e86c6d4
commit a27ac533bc

View file

@ -83,6 +83,7 @@ void AlphabeticElement::note(OUTPUT_STREAM, text_stream *key, localisation_dicti
WRITE_TO(full, "Index.Elements.A2.%S", key);
Localisation::italic(OUT, LD, full);
DISCARD_TEXT(full)
WRITE(" ");
}
@ This comparison function sorts actions in alphabetical order of name; by