aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-04-28 11:49:19 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-04-28 11:49:19 -0400
commit992969772def3578acbd1cef0155333636f75862 (patch)
tree2794c7591bb463d5fe28a669eb97d211d72f4501 /main.cpp
parent4f0dff18e4680d9bb4e7efc9cffdb0b63937533c (diff)
parent62df9319f06bb52da8878522117ebe85fc5226b5 (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 99e8308..c56871b 100644
--- a/main.cpp
+++ b/main.cpp
@@ -97,7 +97,6 @@ int main(int argc, char *argv[]){
atexit(Mix_Quit);
// update values by reading the config file (config/settings.xml)
- game::config::update();
game::config::read();
// create the SDL window object