mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-26 00:47:00 +00:00
rogueviz/magiccube:: used 'back' color instead of 0
This commit is contained in:
parent
301d4664fe
commit
7bc02b8b1e
@ -48,7 +48,7 @@ void magic(int sides) {
|
|||||||
set_variation(eVariation::pure);
|
set_variation(eVariation::pure);
|
||||||
firstland = specialland = laCanvas;
|
firstland = specialland = laCanvas;
|
||||||
patterns::whichCanvas = 'g';
|
patterns::whichCanvas = 'g';
|
||||||
patterns::canvasback = 0;
|
patterns::canvasback = back;
|
||||||
check_cgi();
|
check_cgi();
|
||||||
start_game();
|
start_game();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user