]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/view.qc
Fix compilation unit test
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / view.qc
index 2dcd241eca89ec048bdee8cf1dc960958f9b9a88..a485240470c8e2cfce90b44adf844578c3625247 100644 (file)
@@ -354,7 +354,6 @@ void viewmodel_draw(entity this)
        setorigin(this, this.origin);
 }
 
-entity viewmodels[MAX_WEAPONSLOTS];
 STATIC_INIT(viewmodel) {
     for(int slot = 0; slot < MAX_WEAPONSLOTS; ++slot)
        viewmodels[slot] = new(viewmodel);