[Orxonox-commit 6817] r11443 - code/branches/Boss_FS17/src/orxonox/items
nyogaraj at orxonox.net
nyogaraj at orxonox.net
Tue May 30 14:11:11 CEST 2017
Author: nyogaraj
Date: 2017-05-30 14:11:11 +0200 (Tue, 30 May 2017)
New Revision: 11443
Modified:
code/branches/Boss_FS17/src/orxonox/items/PartDestructionEvent.cc
Log:
fixed error
Modified: code/branches/Boss_FS17/src/orxonox/items/PartDestructionEvent.cc
===================================================================
--- code/branches/Boss_FS17/src/orxonox/items/PartDestructionEvent.cc 2017-05-30 11:42:50 UTC (rev 11442)
+++ code/branches/Boss_FS17/src/orxonox/items/PartDestructionEvent.cc 2017-05-30 12:11:11 UTC (rev 11443)
@@ -68,7 +68,7 @@
XMLPortParam(PartDestructionEvent, "targetParam", setTargetParam, getTargetParam, xmlelement, mode).defaultValues("NULL");
XMLPortParam(PartDestructionEvent, "value", setEventValue, getEventValue, xmlelement, mode).defaultValues(0);
XMLPortParam(PartDestructionEvent, "message", setMessage, getMessage, xmlelement, mode).defaultValues("NULL");
- XMLPortPAram(PartDestructionEvent, "spawn", setSpawn, getSpawn, xmlelement, mode).defaultValues("NULL");
+ //MLPortPAram(PartDestructionEvent, "spawn", setSpawn, getSpawn, xmlelement, mode).defaultValues("NULL");
/*
XMLPortParam(PartDestructionEvent, "health", setHealth, getHealth, xmlelement, mode).defaultValues(100);
More information about the Orxonox-commit
mailing list