1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-03 11:22:12 +00:00

readded presentations, and other changes

This commit is contained in:
Zeno Rogue
2024-07-23 23:26:05 +02:00
parent 199f8b2927
commit b048fdd6f1
3 changed files with 81 additions and 3 deletions
-1
View File
@@ -199,7 +199,6 @@ void after_data() {
/** load all the edges */
void read_weighted(const char *fname) {
println(hlog, "read_weighted called");
if(state & SS_DATA) return;
state |= SS_WEIGHTED;
init_cells();