Changeset 497 for abuse/trunk/src/game.cpp
- Timestamp:
- Apr 17, 2011, 11:56:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/game.cpp
r496 r497 691 691 screen->dirt_off(); 692 692 clear_tmp(); 693 eval_function(l_post_render,NULL);693 l_post_render->EvalFunction(NULL); 694 694 clear_tmp(); 695 695 screen->dirt_on(); … … 2345 2345 int sp = current_space; 2346 2346 current_space = PERM_SPACE; 2347 eval_function((LSymbol *)l_next_song,NULL);2347 ((LSymbol *)l_next_song)->EvalFunction(NULL); 2348 2348 current_space = sp; 2349 2349 } */
Note: See TracChangeset
for help on using the changeset viewer.