From 776577985a056407645a448f8332d6ce69d645a3 Mon Sep 17 00:00:00 2001 From: oroborus Date: Mon, 7 Jul 2008 20:49:54 +0000 Subject: - opravy v kodu, ktory obsluhuje konfig - oprava v screen_setting - oprava v layer git-svn-id: http://opensvn.csie.org/tuxanci_ng@123 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/modules/modPipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/modPipe.c') diff --git a/src/modules/modPipe.c b/src/modules/modPipe.c index 2ca2f17..b535404 100755 --- a/src/modules/modPipe.c +++ b/src/modules/modPipe.c @@ -441,7 +441,7 @@ int isConflict(int x, int y, int w, int h) return isConflictWithObjectFromSpace(spacePipe, x, y, w, h); } -void cmd(char *line) +void cmdArena(char *line) { if( strncmp(line, "pipe", 4) == 0 )cmd_teleport(line); } -- cgit v1.2.3