mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-04 17:57:03 +00:00
xres/yres changes affect all screens (should not be in videopar maybe?)
This commit is contained in:
parent
5ed1a0c8a4
commit
662d46b7ba
@ -507,9 +507,11 @@ void mainloopiter() { printf("(compiled without SDL -- no action)\n"); quitmainl
|
||||
int cframelimit = 1000;
|
||||
|
||||
void resize_screen_to(int x, int y) {
|
||||
vid.xres = x;
|
||||
vid.yres = y;
|
||||
vid.killreduction = 0;
|
||||
dual::split_or_do([&] {
|
||||
vid.xres = x;
|
||||
vid.yres = y;
|
||||
vid.killreduction = 0;
|
||||
});
|
||||
extern bool setfsize;
|
||||
setfsize = true;
|
||||
setvideomode();
|
||||
|
Loading…
x
Reference in New Issue
Block a user