mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-20 07:35:13 +00:00
initialized some variables to silence warnings
This commit is contained in:
@@ -70,7 +70,7 @@ bool overlay = false;
|
||||
bool sunflower_cell(cell *c, shiftmatrix V) {
|
||||
density = zdensity / 100;
|
||||
|
||||
ld qd;
|
||||
ld qd = 1;
|
||||
|
||||
if(sphere) {
|
||||
if(infer == 'r')
|
||||
|
||||
Reference in New Issue
Block a user