Skip to content
Commit 8f75bbfb authored by Albert Astals Cid's avatar Albert Astals Cid
Browse files

Fix generating planet names when there's lots of them

We were just going up in ASCII from A but that quickly sends us into
"non printable" chars.

Now we do
A-Z and then add another A, etc.

The algorithm is neither nice nor efficient but it works ^_^

BUGS: 352926
parent 6dac4bab
Pipeline #256547 passed with stage
in 2 minutes and 59 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment