Changeset dfed1c for src/commands/com_execute_cycle_loop.cpp
- Timestamp:
- Nov 22, 2011, 9:22:10 PM (14 years ago)
- Children:
- facba0
- Parents:
- 66f24d
- File:
-
- 1 edited
-
src/commands/com_execute_cycle_loop.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/commands/com_execute_cycle_loop.cpp
r66f24d rdfed1c 23 23 Request Run(Command::argument_vector arguments) 24 24 { 25 while (MG::GetFactory().GetObject(arguments[0])->Cast<CommandList>()->ExecuteList() == Continue); 25 MPE_EVENT_BEGIN() 26 27 while (MG::GetFactory().Get(arguments[0])->Cast<CommandList>()->ExecuteList() == Continue); 28 29 MPE_EVENT_END() 26 30 27 31 return Continue; … … 32 36 }; 33 37 34 CREATE_INITIALIZER(VMGCommandExecuteCycleLoop) ;38 CREATE_INITIALIZER(VMGCommandExecuteCycleLoop)
Note:
See TracChangeset
for help on using the changeset viewer.
