1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-31 18:02:10 +00:00

initialized some variables to silence warnings

This commit is contained in:
Zeno Rogue
2025-08-23 16:57:38 +02:00
parent 8139e65c8e
commit eccb323501
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -508,7 +508,7 @@ bool drawVertex(const shiftmatrix &V, cell *c, shmup::monster *m) {
}
}
ld angle;
ld angle = 0;
if(swarm) angle = hrand(1000);
printf("setting up...\n");