1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-12 07:16:01 +00:00

rogueviz:: better spillcolor

This commit is contained in:
Zeno Rogue
2024-08-01 12:25:34 +02:00
parent aaaef26bae
commit 1ea6b88f81
2 changed files with 5 additions and 3 deletions

View File

@@ -112,8 +112,9 @@ namespace rogueviz {
int data;
vector<string> urls;
vector<string> infos;
color_t spillcolor;
shmup::monster *m;
vertexdata() { virt = NULL; m = NULL; special = false; }
vertexdata() { virt = NULL; m = NULL; special = false; spillcolor = DEFAULT_COLOR; }
};
extern vector<vertexdata> vdata;