mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-26 15:12:48 +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;
|
int i = atoi(scanline_noblank(f).c_str()); if(i) anims::noframes = i;
|
||||||
anims::videofile = scanline_noblank(f);
|
anims::videofile = scanline_noblank(f);
|
||||||
int fade = atoi(scanline_noblank(f).c_str());
|
int fade = atoi(scanline_noblank(f).c_str());
|
||||||
|
hr::ignore(fade);
|
||||||
string s;
|
string s;
|
||||||
while(true) {
|
while(true) {
|
||||||
s = scanline_noblank(f);
|
s = scanline_noblank(f);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user