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)
|
if (!FullScreen)
|
||||||
{
|
{
|
||||||
WindowWidth == 600;
|
WindowWidth = 600;
|
||||||
WindowHeight == 446;
|
WindowHeight = 446;
|
||||||
}
|
}
|
||||||
SurfaceX = 600;
|
SurfaceX = 600;
|
||||||
SurfaceY = 446;
|
SurfaceY = 446;
|
||||||
|
|||||||
Reference in New Issue
Block a user