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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user