Changeset 61 for abuse/trunk/src/clisp.cpp
- Timestamp:
- Mar 2, 2008, 5:07:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/clisp.cpp
r56 r61 76 76 extern void ascatter_line(int x1, int y1, int x2, int y2, int c1, int c2, int s); 77 77 extern void show_end(); 78 79 extern int registered;80 78 81 79 static view *lget_view(void *arg, char const *msg) … … 524 522 add_lisp_function("player_rocket_ufun",2,2, 34); 525 523 526 if (registered) 527 { 528 add_lisp_function("plaser_ufun",2,2, 33); 529 add_lisp_function("lsaber_ufun",2,2, 35); 530 } 531 524 add_lisp_function("plaser_ufun",2,2, 33); 525 add_lisp_function("lsaber_ufun",2,2, 35); 532 526 533 527 add_lisp_function("cop_mover",3,3, 36);
Note: See TracChangeset
for help on using the changeset viewer.