* Add newlines at end of files. This is for better portability.
* Fix a direct reference to g++ in the makefile
This commit is contained in:
jean.chalard
2010-02-02 10:19:43 +00:00
parent 8f56dad259
commit 5a2bae75d5
27 changed files with 68 additions and 68 deletions

View File

@@ -394,4 +394,4 @@ void GameApp::DoTransition(int trans, int tostate, float dur, bool animonly){
void GameApp::DoAnimation(int trans, float dur){
DoTransition(trans,GAME_STATE_NONE,dur,true);
}
}