summaryrefslogtreecommitdiff
path: root/microbbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'microbbs.c')
-rw-r--r--microbbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/microbbs.c b/microbbs.c
index dd65450..3d4d094 100644
--- a/microbbs.c
+++ b/microbbs.c
@@ -140,7 +140,7 @@ int main( int argc, char **argv )
case 'd':
case 'D':
{
- printf("Door games\n");
+ bbs_door( &ts, NULL );
}
break;
#endif