diff --git a/main.cpp b/main.cpp
index 26e0db3..d0fcf45 100644
--- a/main.cpp
+++ b/main.cpp
@@ -4,6 +4,7 @@
 ALLEGRO_DISPLAY*dsp;
 int CICLO,k;
 ALLEGRO_BITMAP*scr,*fnd;
+ALLEGRO_BITMAP*gnum;
 ALLEGRO_FONT*fnt,*fntnum;
 ALLEGRO_TIMER*timer;
 ALLEGRO_EVENT_QUEUE*evq;
@@ -95,7 +96,7 @@ int InitScreen(){int err=1;
   if(!fnd)return err;err++;
   fnt=al_load_ttf_font("./Datos/fnt/BubblegumSans-Regular.ttf",16,ALLEGRO_TTF_MONOCHROME);
   if(!fnt)return err;err++; //16
-  {ALLEGRO_BITMAP*gnum;
+  {
     gnum=al_load_bitmap("./Datos/img/Numeros.png");
     if(!gnum)return err;err++; //17
     int zrang[]={64,76};
