mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-07-22 17:38:52 +00:00
made background screen darkening consistent and optional
This commit is contained in:
+1
-1
@@ -699,7 +699,7 @@ EX namespace netgen {
|
||||
|
||||
void show() {
|
||||
cmode = sm::SIDE;
|
||||
gamescreen(0);
|
||||
gamescreen();
|
||||
if(true) {
|
||||
initquickqueue();
|
||||
for(int i=0; i<CELLS; i++) {
|
||||
|
||||
Reference in New Issue
Block a user