Config tweaks for linux

This commit is contained in:
2016-03-22 07:58:37 +11:00
parent be4ec0349b
commit 284009baa7
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -250,6 +250,7 @@ void World::MouseWheel(SDL_MouseWheelEvent const& event) {
}
void World::KeyDown(SDL_KeyboardEvent const& event) {
//TODO: Sliding against walls controls
//BUGFIX: SDL2 introduced key repeats, so I need to ignore it
if (event.repeat) {
return;
+8
View File
@@ -0,0 +1,8 @@
config.next = rsc/config.cfg
#debugging
server.name = LinuxDEV
client.username = LinuxUser
client.handle = Male Character
client.avatar = character1.png
+1 -1
View File
@@ -1,4 +1,4 @@
config.next = rsc\config.cfg
config.next = rsc/config.cfg
#debugging
server.name = DEV