mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-23 22:40:08 +00:00
more fixup
This commit is contained in:
parent
2f33b0ff1b
commit
73ed8aedf4
@ -110,9 +110,10 @@ namespace rogueviz {
|
|||||||
edgeinfo *virt;
|
edgeinfo *virt;
|
||||||
bool special;
|
bool special;
|
||||||
int data;
|
int data;
|
||||||
string *info;
|
vector<string> urls;
|
||||||
|
vector<string> infos;
|
||||||
shmup::monster *m;
|
shmup::monster *m;
|
||||||
vertexdata() { virt = NULL; m = NULL; info = NULL; special = false; }
|
vertexdata() { virt = NULL; m = NULL; special = false; }
|
||||||
};
|
};
|
||||||
|
|
||||||
extern vector<vertexdata> vdata;
|
extern vector<vertexdata> vdata;
|
||||||
@ -293,7 +294,7 @@ function<void(presmode)> roguevizslide_action(char c, const T& t, const U& act)
|
|||||||
bool rv_ignore(char c);
|
bool rv_ignore(char c);
|
||||||
|
|
||||||
colorpair perturb(colorpair cp);
|
colorpair perturb(colorpair cp);
|
||||||
void queuedisk(const shiftmatrix& V, const colorpair& cp, bool legend, const string* info, int i);
|
void queuedisk(const shiftmatrix& V, const colorpair& cp, bool legend, const string* url, int i);
|
||||||
|
|
||||||
/* 3D models */
|
/* 3D models */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user