mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 16:37:40 +00:00
merge
This commit is contained in:
3
hyper.h
3
hyper.h
@@ -246,7 +246,7 @@ struct videopar {
|
||||
ld xposition, yposition;
|
||||
|
||||
bool grid;
|
||||
int particles;
|
||||
bool particles;
|
||||
|
||||
int fsize;
|
||||
int flashtime;
|
||||
@@ -325,6 +325,7 @@ struct videopar {
|
||||
|
||||
ld collignon_parameter; bool collignon_reflected;
|
||||
ld plevel_factor;
|
||||
bool bubbles_special, bubbles_threshold, bubbles_all;
|
||||
};
|
||||
|
||||
extern videopar vid;
|
||||
|
Reference in New Issue
Block a user