summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Main.cpp
diff options
context:
space:
mode:
authorFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-01-07 15:02:50 +0000
committerFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-01-07 15:02:50 +0000
commit951429a6f83db4e479617c6cd0f3ebfe14e3983b (patch)
tree173d7d474b02ba71000633d0bda5de496a97412f /Stars45/Main.cpp
parent1de226a8c893323011e29456184a421778ebefed (diff)
downloadstarshatter-951429a6f83db4e479617c6cd0f3ebfe14e3983b.zip
starshatter-951429a6f83db4e479617c6cd0f3ebfe14e3983b.tar.gz
starshatter-951429a6f83db4e479617c6cd0f3ebfe14e3983b.tar.bz2
Adding experimental x64 build configs. THESE DO NOT WORK YET.
Diffstat (limited to 'Stars45/Main.cpp')
-rw-r--r--Stars45/Main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Stars45/Main.cpp b/Stars45/Main.cpp
index f2ba122..e7fc64a 100644
--- a/Stars45/Main.cpp
+++ b/Stars45/Main.cpp
@@ -64,9 +64,9 @@ LPSTR lpCmdLine, int nCmdShow)
int do_server = 0;
if (strstr(lpCmdLine, "-server"))
- ErrLog = fopen("serverlog.txt", "w");
+ ErrLog = fopen("serverlog.txt", "w");
else
- ErrLog = fopen("errlog.txt", "w");
+ ErrLog = fopen("errlog.txt", "w");
PrintLogHeader();