Fixed the scripts to respect the "..." convention.
Whitespace at the beginnings and ends of dialogue lines are significant; this update should give them the proper semantics. Also better synchronizes the .txt files with their controlling strings.h files. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@123 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -274,7 +274,22 @@ enum
|
||||
name_40,
|
||||
name_41,
|
||||
ENUMERATE_ONE,
|
||||
END_LIST_WITH_AND = ENUMERATE_ONE + 16
|
||||
ENUMERATE_TWO,
|
||||
ENUMERATE_THREE,
|
||||
ENUMERATE_FOUR,
|
||||
ENUMERATE_FIVE,
|
||||
ENUMERATE_SIX,
|
||||
ENUMERATE_SEVEN,
|
||||
ENUMERATE_EIGHT,
|
||||
ENUMERATE_NINE,
|
||||
ENUMERATE_TEN,
|
||||
ENUMERATE_ELEVEN,
|
||||
ENUMERATE_TWELVE,
|
||||
ENUMERATE_THIRTEEN,
|
||||
ENUMERATE_FOURTEEN,
|
||||
ENUMERATE_FIFTEEN,
|
||||
ENUMERATE_SIXTEEN,
|
||||
END_LIST_WITH_AND
|
||||
};
|
||||
|
||||
#endif /* _STRINGS_H */
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
enum
|
||||
{
|
||||
null_phrase,
|
||||
NULL_PHRASE,
|
||||
killed_fwiffo,
|
||||
POOR_FWIFFO,
|
||||
fwiffo_fine,
|
||||
|
||||
Reference in New Issue
Block a user