summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Starshatter.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/Starshatter.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/Starshatter.cpp')
-rw-r--r--Stars45/Starshatter.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Stars45/Starshatter.cpp b/Stars45/Starshatter.cpp
index 6dc6ef6..fe31a21 100644
--- a/Stars45/Starshatter.cpp
+++ b/Stars45/Starshatter.cpp
@@ -377,12 +377,6 @@ Starshatter::Init(HINSTANCE hi, HINSTANCE hpi, LPSTR cmdline, int nCmdShow)
if (video_settings) {
video_settings->is_windowed = true;
- /***
- // XXX temporary for video capture
- video_settings->window_width = 720; //800;
- video_settings->window_height = 386; //431; // 450 - 19
- /***/
-
Print(" STARSHATTER RUNNING IN WINDOW MODE\n");
}
}