mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-22 18:53:12 +00:00
yet another fix for Windows gcc
This commit is contained in:
parent
322d808fe7
commit
4d1001d8cf
@ -58,6 +58,7 @@ int a = arg::add3("-label-video", [] {
|
||||
int i = atoi(scanline_noblank(f).c_str()); if(i) anims::noframes = i;
|
||||
anims::videofile = scanline_noblank(f);
|
||||
int fade = atoi(scanline_noblank(f).c_str());
|
||||
hr::ignore(fade);
|
||||
string s;
|
||||
while(true) {
|
||||
s = scanline_noblank(f);
|
||||
|
Loading…
x
Reference in New Issue
Block a user