Comment tweaks, build tweaks, bugfixes

I've also disabled the "screen trick". It was ugly as hell.
This commit is contained in:
2015-08-24 14:32:54 +10:00
parent 188a6805bf
commit ffe5c80117
18 changed files with 22 additions and 105 deletions
+1 -2
View File
@@ -84,7 +84,6 @@ void ClientApplication::Init(int argc, char* argv[]) {
//get the info
switch(windowInfo.subsystem) {
case SDL_SYSWM_WINDOWS:
//TODO: ensure that this works
platform = "Microsoft Windows";
fontPath = "C:/Windows/Fonts/arialbd.ttf";
break;
@@ -296,7 +295,7 @@ void ClientApplication::ProcessEvents() {
activeScene->KeyUp(event.key);
break;
//TODO: joystick and controller events
//TODO: (9) joystick and controller events
//window events are handled internally
case SDL_WINDOWEVENT: