summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Grid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Grid.cpp')
-rw-r--r--Stars45/Grid.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Stars45/Grid.cpp b/Stars45/Grid.cpp
index 584f01a..1f1fbbc 100644
--- a/Stars45/Grid.cpp
+++ b/Stars45/Grid.cpp
@@ -75,7 +75,7 @@ void Grid::Render(Video* video, DWORD flags)
Point p2( i, 0, size); p2 += Location();
Point p3(-i, 0, -size); p3 += Location();
Point p4(-i, 0, size); p4 += Location();
-
+
if (c) line = DARK_LINE;
else line = LITE_LINE;
@@ -93,7 +93,7 @@ void Grid::Render(Video* video, DWORD flags)
Point p2( size, 0, i); p2 += Location();
Point p3(-size, 0, -i); p3 += Location();
Point p4( size, 0, -i); p4 += Location();
-
+
if (c) line = DARK_LINE;
else line = LITE_LINE;