disabled menu system, removed activePreset - use m_activePreset

- glConsole is also probably busted

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@245 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2007-07-08 17:59:52 +00:00
parent 5b5b07a07b
commit 888d566cd8
10 changed files with 24 additions and 35 deletions

View File

@ -123,7 +123,7 @@ totalframes++;
glMatrixMode( GL_PROJECTION );
glPushMatrix();
glLoadIdentity();
glLoadIdentity();
glOrtho(0.0, 1, 0.0, 1,10,40);
glMatrixMode( GL_MODELVIEW );