diff options
-rw-r--r-- | config/settings.xml.example | 2 | ||||
-rw-r--r-- | main.cpp | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/config/settings.xml.example b/config/settings.xml.example index 1c8fcd9..e82c454 100644 --- a/config/settings.xml.example +++ b/config/settings.xml.example @@ -23,3 +23,5 @@ Available fonts: <music volume="50"/> <sfx volume="50"/> </volume> + +<world start="xml/"/> @@ -475,7 +475,6 @@ void mainLoop(void){ if(!prevTime){ prevTime=currentTime; } - /* * Update timing values. This is crucial to calling logic and updating the window (basically * the entire game). @@ -704,7 +703,7 @@ void render() { glBegin(GL_LINES); /*glColor3ub(255,0,0); glVertex2i(0,0); - glVertex2i(0,SCREEN_HEIGHT);*/ + glVertexdw2i(0,SCREEN_HEIGHT);*/ /*glColor3ub(255,255,255); glVertex2i(player->loc.x + player->width/2,0); |