treesummaryrefslogcommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPatrick Schönberger2020-09-26 16:15:17 +0200
committerPatrick Schönberger2020-09-26 16:15:17 +0200
commit99c0521d0b8d97f91b9810409db1fd31840e88ea (patch)
tree3bf1789610e20e4f1d38fdd955bad4de6d2afa84 /src/main.cpp
parentd0842af039893f65fe886997622834ea32e0027c (diff)
downloadnpengine-99c0521d0b8d97f91b9810409db1fd31840e88ea.tar.gz
npengine-99c0521d0b8d97f91b9810409db1fd31840e88ea.zip
key repeat, zoom
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index baa4478..5efb450 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -342,7 +342,7 @@ void load_level(int l, bool terminate = true) {
sprintf(title, "%d.txt - Editor", lvl);
hwnd = FindWindowA(NULL, title);
- SetWindowPos(hwnd, HWND_TOP, 100, 100, 960, 905, SWP_SHOWWINDOW);
+ SetWindowPos(hwnd, HWND_TOP, 100, 100, 965, 905, SWP_SHOWWINDOW);
SetFocus(hwnd);
for (int i = 0; i < 10; i++) {