X-Git-Url: http://uxul.de/gitweb/?p=uxul-world.git;a=blobdiff_plain;f=game.lisp;h=fd366fdde9da3bd03457b284292219deaa6055f4;hp=8051f9f23abe6ff1d02319713065aa380302ca58;hb=a1b8d36904d4152a102637bdd61cbf064a247a72;hpb=ab302d9ac8adefaf2bfe630e29c0847b0d372e16 diff --git a/game.lisp b/game.lisp index 8051f9f..fd366fd 100755 --- a/game.lisp +++ b/game.lisp @@ -11,7 +11,9 @@ (start-game :room-function #'(lambda () (create-room-from-item-list item-list)))) -(defun start-game (&key (music nil) room-function (15-fps nil)) +(defun start-game (&key (music nil) + (room-function #'make-testing-room) + (15-fps nil)) "Start the Game: Call room-function for getting the room-object to run. Music is ignored so far. 15-fps makes only every second frame be drawn (for very slow computers)"