4 Sep 2009 08:49
SF.net SVN: cel:[3995] cel/trunk
Revision: 3995
http://cel.svn.sourceforge.net/cel/?rev=3995&view=rev
Author: jorrit
Date: 2009-09-04 06:49:37 +0000 (Fri, 04 Sep 2009)
Log Message:
-----------
Renamed 'pcmisc.wire' to 'pclogic.wire'.
Modified Paths:
--------------
cel/trunk/apps/celtest/celtest.cpp
cel/trunk/plugins/propclass/wire/pfwire.csplugin
cel/trunk/plugins/propclass/wire/wirefact.cpp
Modified: cel/trunk/apps/celtest/celtest.cpp
===================================================================
--- cel/trunk/apps/celtest/celtest.cpp 2009-08-27 03:28:24 UTC (rev 3994)
+++ cel/trunk/apps/celtest/celtest.cpp 2009-09-04 06:49:37 UTC (rev 3995)
<at> <at> -307,7 +307,7 <at> <at>
// For debugging, print out when we are near an entity.
// Increment the 'entities' counter when we get near an entity.
- pc = pl->CreatePropertyClass (entity_cam, "pcmisc.wire");
+ pc = pl->CreatePropertyClass (entity_cam, "pclogic.wire");
wire = scfQueryInterface<iPcWire> (pc);
wire->AddInput ("cel.trigger.entity.enter");
idx = wire->AddOutput ("cel.test.action.Print");
<at> <at> -318,7 +318,7 <at> <at>
(Continue reading)
RSS Feed