Changeset 582 for abuse/trunk/data-abuse/abuse.lsp
- Timestamp:
- May 6, 2011, 12:47:14 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/data-abuse/abuse.lsp
r581 r582 10 10 (progn 11 11 (print "Please make sure you unzipped the game with the -d option") 12 (print "so that all directories get created properly.") 13 (print "example : pkunzip -d abusXXXX.zip") 12 (print "so that all directories get created properly.") 13 (print "example : pkunzip -d abusXXXX.zip") 14 14 (quit))) 15 15 (setq load_warn T) … … 18 18 (load "lisp/common.lsp") 19 19 (load "lisp/userfuns.lsp") 20 (load "lisp/options.lsp") 20 (load "lisp/options.lsp") 21 21 (load "lisp/startup.lsp") 22 22 (if (not (local_load "lisp/input.lsp")) ; get local copy first
Note: See TracChangeset
for help on using the changeset viewer.