[Orxonox-commit 6929] r11550 - code/branches/AsteroidMining_HS17/src/modules/asteroidmining
remartin at orxonox.net
remartin at orxonox.net
Tue Nov 7 13:04:27 CET 2017
Author: remartin
Date: 2017-11-07 13:04:27 +0100 (Tue, 07 Nov 2017)
New Revision: 11550
Modified:
code/branches/AsteroidMining_HS17/src/modules/asteroidmining/AsteroidMinable.cc
Log:
Unsymmetrische Kommentarklammern in Ordnung gebracht. Sollte jetzt laufen.
Modified: code/branches/AsteroidMining_HS17/src/modules/asteroidmining/AsteroidMinable.cc
===================================================================
--- code/branches/AsteroidMining_HS17/src/modules/asteroidmining/AsteroidMinable.cc 2017-11-06 16:23:08 UTC (rev 11549)
+++ code/branches/AsteroidMining_HS17/src/modules/asteroidmining/AsteroidMinable.cc 2017-11-07 12:04:27 UTC (rev 11550)
@@ -1,5 +1,5 @@
- * ORXONOX - the hottest 3D action shooter ever to exist
+ /* ORXONOX - the hottest 3D action shooter ever to exist
* > www.orxonox.net <
*
*
@@ -27,6 +27,7 @@
*/
/*
+
*
*
* An asteroid which can be destroyed. Some smaller asteroids are created and a pickup
@@ -68,7 +69,8 @@
#include "../../orxonox/graphics/Model.h"
-/*Veraenderungstagebuch
+/*
+Veraenderungstagebuch
- Dynamische Definition von Argumenten funktioniert nicht
- Death-Methode -> Absturz
@@ -310,3 +312,4 @@
}
}
}
+*/
\ No newline at end of file
More information about the Orxonox-commit
mailing list