From 152a3543f21b4ded52abc3f95d9b4059303bae7e Mon Sep 17 00:00:00 2001 From: erana Date: Wed, 18 Jan 2012 19:35:06 +0900 Subject: [PATCH] scgame - display-msg --- scsh/scgame/scgame.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scsh/scgame/scgame.scm b/scsh/scgame/scgame.scm index d10df54..6f143c2 100644 --- a/scsh/scgame/scgame.scm +++ b/scsh/scgame/scgame.scm @@ -45,9 +45,9 @@ ;; debugging vars (load "config.scm") -(define (display-msg msg) +(define (display-msg . msg) (if SCGAMEDEBUG - (for-each display (list (aspectmsg) " " msg)) + (for-each display (append (list (aspectmsg) " ") msg)) (newline))) ;; override for scx-0.2