aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorepoch <epoch@hack.thebackupbox.net>2020-04-14 11:49:51 +0000
committerepoch <epoch@hack.thebackupbox.net>2020-04-14 11:49:51 +0000
commitede4c08f4f15a516a748f8ed89b4f6b06b845c2a (patch)
treeefbd93e1c113a05c4d8410990a256aa0b5401c83 /share
parentc0e38b3d008c2aa07c7cd03a0ce74edbaf05f8e5 (diff)
downloadhackvr-ede4c08f4f15a516a748f8ed89b4f6b06b845c2a.tar.gz
hackvr-ede4c08f4f15a516a748f8ed89b4f6b06b845c2a.zip
not outputting the seed anymore. set it manually if you want to know.
Diffstat (limited to 'share')
-rw-r--r--share/hackvr/examples/dungen/dungen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hackvr/examples/dungen/dungen.c b/share/hackvr/examples/dungen/dungen.c
index b38f076..738b395 100644
--- a/share/hackvr/examples/dungen/dungen.c
+++ b/share/hackvr/examples/dungen/dungen.c
@@ -57,5 +57,5 @@ int main(int argc,char *argv[]) {
}
prune();
dump();
- fprintf(stderr,"seed: %d\n",seed);
+// fprintf(stderr,"seed: %d\n",seed);
}