mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-08 17:53:00 +00:00
yet another fix for Windows gcc
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user