BG... kann nicht zaehlen

This commit is contained in:
Christian Kroll 2009-08-01 22:58:01 +00:00
parent a8596768d9
commit 37e814ce51
1 changed files with 9 additions and 9 deletions

View File

@ -40,7 +40,7 @@ void display_loop(){
scrolltext(scrolltext_text);
#ifdef RANDOM_SUPPORT
{ char a[14];
{ char a[28];
sprintf(a,"</# counter == %lu ", percnt_get());
scrolltext(a);
}