Ok, == does not mean the same thing as =, time to get coffee

This commit is contained in:
pagefault
2006-03-29 20:15:26 +00:00
parent c3fab62714
commit 4be355d2e0

View File

@@ -1978,8 +1978,8 @@ void initwinvideo(void)
{ {
if (!FullScreen) if (!FullScreen)
{ {
WindowWidth == 600; WindowWidth = 600;
WindowHeight == 446; WindowHeight = 446;
} }
SurfaceX = 600; SurfaceX = 600;
SurfaceY = 446; SurfaceY = 446;