From 4be355d2e0172aaaa7e9da036c57b139dd56f099 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Wed, 29 Mar 2006 20:15:26 +0000 Subject: [PATCH] Ok, == does not mean the same thing as =, time to get coffee --- zsnes/src/win/winlink.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index 84a029ca..1d32eb30 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -1978,8 +1978,8 @@ void initwinvideo(void) { if (!FullScreen) { - WindowWidth == 600; - WindowHeight == 446; + WindowWidth = 600; + WindowHeight = 446; } SurfaceX = 600; SurfaceY = 446;