(20111228) 01:00

This commit is contained in:
2011-12-28 01:00:00 +01:00
parent 3aa422ce69
commit 008adb3435
18 changed files with 712 additions and 573 deletions

View File

@@ -222,6 +222,8 @@ int GameMap_CreateLevel(int level,int point){
_startpoint=point;
GameLib_ForEachEnt(GameMapAux_CreatePlayer);
// Iluminate
//GameLib_Iluminate();
return(1);
}