summaryrefslogtreecommitdiff
path: root/src/modules/modMove.c
diff options
context:
space:
mode:
authorMichal Zima <xhire@mujmalysvet.cz>2009-12-06 22:58:26 +0100
committerMichal Zima <xhire@mujmalysvet.cz>2009-12-06 22:58:26 +0100
commit753131cf9b32315fdd11f2ce6e58b8f2d6ba3bc1 (patch)
treecfbded574ded7c3c666de6211877469ff6a95d75 /src/modules/modMove.c
parenta0939379bb1185ee6d66739d9d021466d5d89624 (diff)
Revised methods how are translated strings handled
Few comments were made available to Doxygen
Diffstat (limited to 'src/modules/modMove.c')
-rw-r--r--src/modules/modMove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/modMove.c b/src/modules/modMove.c
index 950995e..7c7a862 100644
--- a/src/modules/modMove.c
+++ b/src/modules/modMove.c
@@ -49,7 +49,7 @@ static void move_tux(tux_t *tux, int x, int y, int w, int h)
dist_y = y + h + 20;
break;
default:
- assert(!_("[Debug] Variable p->control in modMove has a really weird value.\n"));
+ fatal("Variable p->control in modMove has a really weird value.");
break;
}