1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

fixup to spiral move

This commit is contained in:
Zeno Rogue 2020-03-29 15:37:48 +02:00
parent 0c47c909ea
commit 57eff8bc97

View File

@ -96,6 +96,7 @@ namespace rogueviz {
extern colorpair dftcolor;
inline hookset<void(vertexdata&, cell*, shmup::monster*, int)> *hooks_drawvertex;
inline hookset<bool(edgeinfo*, bool store)> *hooks_alt_edges;
void readcolor(const string& cfname);