Ignore:
Timestamp:
May 7, 2011, 4:06:03 PM (12 years ago)
Author:
Sam Hocevar
Message:

data: remove exact duplicate Lisp files, merge all main space Lisp files,
and move most frabs addons to the main data directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/data/lisp/ladder.lsp

    r588 r589  
    22;; See licensing information for more details on usage rights
    33
     4;; XXX: Mac Abuse reimplements this in C++
    45(defun latter_check_area (first)
    56  (if first
     
    1617        (latter_check_area (next_focus first)))))
    1718
     19;; XXX: Mac Abuse reimplements this in C++
    1820(defun latter_ai ()
    1921  (if (> (total_objects) 0)
     
    4143          (running "step_gone")))
    4244
    43 
Note: See TracChangeset for help on using the changeset viewer.