Changeset 589 for abuse/trunk/data/lisp/ladder.lsp
- Timestamp:
- May 7, 2011, 4:06:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/data/lisp/ladder.lsp
r588 r589 2 2 ;; See licensing information for more details on usage rights 3 3 4 ;; XXX: Mac Abuse reimplements this in C++ 4 5 (defun latter_check_area (first) 5 6 (if first … … 16 17 (latter_check_area (next_focus first))))) 17 18 19 ;; XXX: Mac Abuse reimplements this in C++ 18 20 (defun latter_ai () 19 21 (if (> (total_objects) 0) … … 41 43 (running "step_gone"))) 42 44 43
Note: See TracChangeset
for help on using the changeset viewer.