Feature #1361
Fix Titles so they're not hard coded in character_titles.h
Status: | New | Start date: | 09/21/2011 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Client: General | |||
Target version: | Version 0.10.0 |
Description
Making titles fully data-driven and then requiring a code change to enable them seems counter-productive.
History
#1 Updated by sfb almost 7 years ago
It appears that the enum is used to simplify the transmission of titles to/from the client/server. It seems that using the CSheetId would be a better move but would require that we completely restructure the unblock.titles file to be a per-title sheet - e.g. novice_magician.title.
Thoughts?