Skip to content

Commit c32e3ff

Browse files
Amend comment grammar
1 parent ea06680 commit c32e3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GameFiles/CarDodge/CarDodge_CodeFiles/CarDodgeCore/CarDodgeCore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ void CarDodgeCore::RenderBorders(std::string sSetBorderColourFore, std::string s
105105

106106
colour(ConfigObjMain.sColourGlobal, ConfigObjMain.sColourGlobalBack);
107107
cls(); // Set colours to whole screen, clear for gameplay
108-
SetCursorPosition(0, 0); // Ensure that the cursor position is at the top left of termi`nal
108+
SetCursorPosition(0, 0); // Ensure that the cursor position is at the top left of terminal
109109

110110
// Set border colours for CarDodgeMain::UpdatePanelInfo()
111111
sBorderColourFore = sSetBorderColourFore;

0 commit comments

Comments
 (0)