1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-03 03:23:33 +02:00

Fix typo: "quiting" (one T) to "quitting" (two Ts)

This commit is contained in:
Misa 2020-02-17 10:15:40 -08:00
parent 1b04cb5dd6
commit 9ddb49cb4e

View File

@ -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);