mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 18:04:09 +03:00
Correct capitalization of song names
This corrects things like "Passion for exploring" and "Passion For Exploring" to be "Passion for Exploring".
This commit is contained in:
@@ -725,7 +725,7 @@ void scriptclass::loadother(std::string t)
|
||||
add(" NEXT UNLOCK: ");
|
||||
add(" 5 Trinkets");
|
||||
add("");
|
||||
add(" Pushing onwards ");
|
||||
add(" Pushing Onwards ");
|
||||
add("position(center)");
|
||||
add("speak_active");
|
||||
add("endtext");
|
||||
@@ -740,7 +740,7 @@ void scriptclass::loadother(std::string t)
|
||||
add(" NEXT UNLOCK: ");
|
||||
add(" 8 Trinkets");
|
||||
add("");
|
||||
add(" Positive force ");
|
||||
add(" Positive Force ");
|
||||
add("position(center)");
|
||||
add("speak_active");
|
||||
add("endtext");
|
||||
@@ -770,7 +770,7 @@ void scriptclass::loadother(std::string t)
|
||||
add(" NEXT UNLOCK: ");
|
||||
add(" 12 Trinkets");
|
||||
add("");
|
||||
add(" Potential for anything ");
|
||||
add(" Potential for Anything ");
|
||||
add("position(center)");
|
||||
add("speak_active");
|
||||
add("endtext");
|
||||
@@ -800,7 +800,7 @@ void scriptclass::loadother(std::string t)
|
||||
add(" NEXT UNLOCK: ");
|
||||
add(" 16 Trinkets");
|
||||
add("");
|
||||
add(" Predestined fate ");
|
||||
add(" Predestined Fate ");
|
||||
add("position(center)");
|
||||
add("speak_active");
|
||||
add("endtext");
|
||||
|
||||
Reference in New Issue
Block a user