Changeset 5161 in orxonox.OLD for trunk/src/util/loading/factory.cc
- Timestamp:
- Sep 5, 2005, 10:19:44 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/factory.cc
r5156 r5161 71 71 { 72 72 Factory::first = factory; 73 ShellCommand<Factory>::registerCommand("create", CL_FACTORY, &Factory::fabricate);73 ShellCommand<Factory>::registerCommand("create", "Factory", &Factory::fabricate); 74 74 } 75 75 else
Note: See TracChangeset
for help on using the changeset viewer.