mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Fix typo: "quiting" (one T) to "quitting" (two Ts)
This commit is contained in:
parent
1b04cb5dd6
commit
e18dd195ba
1 changed files with 1 additions and 1 deletions
|
@ -3157,7 +3157,7 @@ void editorrender( KeyPoll& key, Graphics& dwgfx, Game& game, mapclass& map, ent
|
|||
else if (game.currentmenuname == "ed_quit")
|
||||
{
|
||||
dwgfx.bigprint( -1, 90, "Save before", tr, tg, tb, true);
|
||||
dwgfx.bigprint( -1, 110, "quiting?", tr, tg, tb, true);
|
||||
dwgfx.bigprint( -1, 110, "quitting?", tr, tg, tb, true);
|
||||
}
|
||||
|
||||
dwgfx.drawmenu(game, tr, tg, tb, 15);
|
||||
|
|
Loading…
Reference in a new issue