Ok, == does not mean the same thing as =, time to get coffee
This commit is contained in:
@@ -1978,8 +1978,8 @@ void initwinvideo(void)
|
||||
{
|
||||
if (!FullScreen)
|
||||
{
|
||||
WindowWidth == 600;
|
||||
WindowHeight == 446;
|
||||
WindowWidth = 600;
|
||||
WindowHeight = 446;
|
||||
}
|
||||
SurfaceX = 600;
|
||||
SurfaceY = 446;
|
||||
|
||||
Reference in New Issue
Block a user