]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/item/gecko.c
Merge remote branch 'origin/terencehill/physics_panel_updates'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / item / gecko.c
index 139e87e1a03903baa96650e607b8347cb780d93f..5a69c3b87c17ffa7e032ea2ef0b0768a486cd361 100644 (file)
@@ -43,11 +43,12 @@ void Gecko_draw(entity me)
                draw_Picture( '0 0 0', strcat( "/", me.texturePath ), 
                        drawSize, '1 1 1', 1.0 );
        } else {
-               local vector fontsize;
+               vector fontsize;
                fontsize_x = fontsize_y = 1.0 / 30.0;
                fontsize_z = 0.0;
-               draw_Text( '0 0 0', "Browser not initialized!", fontsize, '1 1 1', 1.0, 0 );
+               draw_Text( '0 0 0', _("Browser not initialized!"), fontsize, '1 1 1', 1.0, 0 );
        }
+       SUPER(Gecko).draw(me);
 }
 
 float Gecko_keyDown(entity me, float scan, float ascii, float shift)