diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-28 11:49:19 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-28 11:49:19 -0400 |
commit | 992969772def3578acbd1cef0155333636f75862 (patch) | |
tree | 2794c7591bb463d5fe28a669eb97d211d72f4501 /main.cpp | |
parent | 4f0dff18e4680d9bb4e7efc9cffdb0b63937533c (diff) | |
parent | 62df9319f06bb52da8878522117ebe85fc5226b5 (diff) |
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |