projectM test was disabled. now it probably works again

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1030 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2008-06-12 20:29:54 +00:00
parent 4a5cbb20fe
commit 5e9d653ffd

View File

@ -26,7 +26,7 @@
#include "getConfigFilename.h"
//FIXME: these don't have to be global
//projectM *globalPM = NULL;
projectM *globalPM = NULL;
int wvw, wvh, fvw, fvh;
bool fullscreen;
@ -41,7 +41,7 @@ void renderLoop();
int main(int argc, char **argv)
{
/*
// fix `fullscreen quit kills mouse` issue.
atexit(SDL_Quit);
@ -66,7 +66,7 @@ int main(int argc, char **argv)
renderLoop();
// not reached
*/
return 1;
}