projects
/
openitg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d3ed79
)
git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@129 83fadc84-e282...
author
Patrick McIlroy
<itgpmc@gmail.com>
Fri, 14 Mar 2008 19:58:44 +0000
(19:58 +0000)
committer
Patrick McIlroy
<itgpmc@gmail.com>
Fri, 14 Mar 2008 19:58:44 +0000
(19:58 +0000)
src/StepMania.cpp
patch
|
blob
|
history
diff --git
a/src/StepMania.cpp
b/src/StepMania.cpp
index
d7b21ca
..
4c96b0f
100755
(executable)
--- a/
src/StepMania.cpp
+++ b/
src/StepMania.cpp
@@
-1158,10
+1158,8
@@
int main(int argc, char* argv[])
SONGMAN->InitAll( loading_window ); // this takes a long time
CRYPTMAN = new CryptManager; // need to do this before ProfileMan
MEMCARDMAN = new MemoryCardManager;
- LOG->Trace("//PROFILEMAN CHECKPOINT 1");
PROFILEMAN = new ProfileManager;
PROFILEMAN->Init(); // must load after SONGMAN
- LOG->Trace("//PROFILEMAN CHECKPOINT 2");
UNLOCKMAN = new UnlockManager;
{