From 6cad2ac40ec7832abe141ee86b90af4c19a6ac6b Mon Sep 17 00:00:00 2001 From: Allanis <allanis@saracraft.net> Date: Tue, 26 Feb 2013 16:59:43 +0000 Subject: [PATCH] [Add] Included sound in config file. --- bin/conf | 5 +++++ bin/conf.example | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/bin/conf b/bin/conf index 6f963b4..ccec9f1 100644 --- a/bin/conf +++ b/bin/conf @@ -6,6 +6,11 @@ fullscreen = 0 -- SCREEN. fps = 0 +-- SOUND. +nosound = 0 +sound = 1. +music = 1. + -- JOYSTICK. -- Can be number or substring of joystick name. joystick = "Precision" diff --git a/bin/conf.example b/bin/conf.example index c5cc3b0..9e0a8a8 100644 --- a/bin/conf.example +++ b/bin/conf.example @@ -6,6 +6,11 @@ fullscreen = 0 -- SCREEN. fps = 0 +-- SOUND. +nosound = 0 +sound = 1. +music = 1. + -- JOYSTICK. -- Can be number or substring of joystick name. joystick = "Precision"