mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-26 10:24:49 +00:00
initialized some variables to silence warnings
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user