1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-09-27 16:57:25 +02:00

Fix a stray "seperate"

tbh this word is very easy to misspell
This commit is contained in:
Allison Fleischer 2020-01-13 00:54:38 -08:00
parent 6a7e848426
commit 0de8a9bdc7

View file

@ -1911,7 +1911,7 @@ void scriptclass::run( KeyPoll& key, Graphics& dwgfx, Game& game, mapclass& map,
{ {
dwgfx.textboxremovefast(); dwgfx.textboxremovefast();
dwgfx.createtextbox("The secret lab is seperate from", 50, 85, 174, 174, 174); dwgfx.createtextbox("The secret lab is separate from", 50, 85, 174, 174, 174);
dwgfx.addline("the rest of the game. You can"); dwgfx.addline("the rest of the game. You can");
dwgfx.addline("now come back here at any time"); dwgfx.addline("now come back here at any time");
dwgfx.addline("by selecting the new SECRET LAB"); dwgfx.addline("by selecting the new SECRET LAB");