Changeset 497 for abuse/trunk/src/level.cpp
- Timestamp:
- Apr 17, 2011, 11:56:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/level.cpp
r494 r497 1512 1512 PtrRef r1(arg_list); 1513 1513 push_onto_list(LString::Create(n),arg_list); 1514 eval_function((LSymbol *)l_level_loaded,arg_list);1514 ((LSymbol *)l_level_loaded)->EvalFunction(arg_list); 1515 1515 1516 1516 current_space=sp; … … 1839 1839 current_object=f->focus; 1840 1840 void *m=mark_heap(TMP_SPACE); 1841 eval_function(fun,NULL);1841 fun->EvalFunction(NULL); 1842 1842 restore_heap(m,TMP_SPACE); 1843 1843 }
Note: See TracChangeset
for help on using the changeset viewer.