Good old warning fixes...how I missed thee.

This commit is contained in:
Jason Felds
2011-06-12 03:30:57 -04:00
parent 720675637e
commit 4bb0b28fc8
6 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ public:
bpp(0), rate(0), vsync(false), interlaced(false),
bSmoothLines(false), bTrilinearFiltering(false),
bAnisotropicFiltering(false), sWindowTitle(RString()),
sIconFile(RString()), PAL(false), fDisplayAspectRatio(0.0) {}
sIconFile(RString()), PAL(false), fDisplayAspectRatio(0.0f) {}
bool windowed;
int width;