mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-25 15:30:13 +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;
|
int steps = 0;
|
||||||
while(true) {
|
while(true) {
|
||||||
steps++;
|
steps++;
|
||||||
if(isnan(View[0][0])) exit(1);
|
if(std::isnan(View[0][0])) exit(1);
|
||||||
shmup::turn(100);
|
shmup::turn(100);
|
||||||
drawthemap();
|
drawthemap();
|
||||||
centerpc(100); optimizeview();
|
centerpc(100); optimizeview();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user