Lowered difficulty, disabled mouse

This commit is contained in:
Chris Pressland 2021-08-19 17:40:54 +01:00
parent f7657a39a1
commit afa5b3af48
No known key found for this signature in database
GPG Key ID: 82D8EABE8257EDAD

View File

@ -174,6 +174,6 @@ func main() {
log.Print("You can now connect to it with a VNC viewer at port 5900")
log.Print("Trying to start DOOM ...")
startCmd("/usr/bin/env DISPLAY=:99 /usr/local/games/psdoom -warp -E1M1")
startCmd("/usr/bin/env DISPLAY=:99 /usr/local/games/psdoom -warp -E1M1 -skill 1 -nomouse")
socketLoop(listener, mode)
}