1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 01:47:39 +00:00

radius is now ld not int

This commit is contained in:
Zeno Rogue
2018-10-26 21:05:59 +02:00
parent 66910c757f
commit acad978637
2 changed files with 2 additions and 2 deletions

View File

@@ -1002,7 +1002,7 @@ struct videopar {
// paramaters calculated from the above
int xcenter, ycenter;
int radius;
ld radius;
int scrsize;
bool grid;