1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-23 22:40:08 +00:00

more fixup

This commit is contained in:
Zeno Rogue 2024-08-01 12:21:51 +02:00
parent 2f33b0ff1b
commit 73ed8aedf4

View File

@ -110,9 +110,10 @@ namespace rogueviz {
edgeinfo *virt;
bool special;
int data;
string *info;
vector<string> urls;
vector<string> infos;
shmup::monster *m;
vertexdata() { virt = NULL; m = NULL; info = NULL; special = false; }
vertexdata() { virt = NULL; m = NULL; special = false; }
};
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);
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 */