mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
Fixed a complier error
This commit is contained in:
parent
f7c1cfb4e4
commit
3a35784195
@ -1415,7 +1415,7 @@ void rvvideo(const char *fname) {
|
||||
int steps = 0;
|
||||
while(true) {
|
||||
steps++;
|
||||
if(isnan(View[0][0])) exit(1);
|
||||
if(std::isnan(View[0][0])) exit(1);
|
||||
shmup::turn(100);
|
||||
drawthemap();
|
||||
centerpc(100); optimizeview();
|
||||
|
Loading…
Reference in New Issue
Block a user