Changeset 534 for abuse/trunk/src/objects.cpp
- Timestamp:
- Apr 22, 2011, 7:32:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/objects.cpp
r533 r534 27 27 #include "lisp_gc.h" 28 28 #include "profile.h" 29 30 #ifdef SCADALISP31 #define LCAR(x) CAR(x)32 #define LCDR(x) CDR(x)33 #else34 #define LCAR(x) (x)->car35 #define LCDR(x) (x)->cdr36 #endif /* SCADALISP */37 29 38 30 char **object_names; … … 538 530 current_object = o; 539 531 } else damage_fun(amount,from,hitx,hity,push_xvel,push_yvel); 540 #ifdef SCADALISP541 ENDLOCAL();542 #endif543 532 } 544 533
Note: See TracChangeset
for help on using the changeset viewer.