Lowered difficulty, disabled mouse
This commit is contained in:
parent
f7657a39a1
commit
afa5b3af48
@ -174,6 +174,6 @@ func main() {
|
|||||||
log.Print("You can now connect to it with a VNC viewer at port 5900")
|
log.Print("You can now connect to it with a VNC viewer at port 5900")
|
||||||
|
|
||||||
log.Print("Trying to start DOOM ...")
|
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)
|
socketLoop(listener, mode)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user