mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-05 18:59:41 +01:00
Merge pull request #64 from AllisonFleischer/master
Fix a stray "seperate" in Secret Lab dialogue
This commit is contained in:
commit
8be05ca40f
3 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@ Contributors
|
||||||
* Charlie Bruce (@charliebruce)
|
* Charlie Bruce (@charliebruce)
|
||||||
* Brian Callahan (@ibara)
|
* Brian Callahan (@ibara)
|
||||||
* Dav999 (Dav999-v)
|
* Dav999 (Dav999-v)
|
||||||
|
* Allison Fleischer (AllisonFleischer)
|
||||||
* Daniel Lee (@ddm999)
|
* Daniel Lee (@ddm999)
|
||||||
* Elliott Saltar (@eboyblue3)
|
* Elliott Saltar (@eboyblue3)
|
||||||
* Marvin Scholz (@ePirat)
|
* Marvin Scholz (@ePirat)
|
||||||
|
|
|
@ -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");
|
||||||
|
|
|
@ -1063,7 +1063,7 @@
|
||||||
}else if (words[0] == "foundlab2") {
|
}else if (words[0] == "foundlab2") {
|
||||||
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");
|
||||||
|
|
Loading…
Reference in a new issue