]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Main.qc
Predict conveyors
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Main.qc
index 5985c34e22b4f0568a0ec11f3ce4d62c999445c5..aff71b806b3f0f51c5db53bb447f8359764e2786 100644 (file)
@@ -745,6 +745,7 @@ void Ent_ScoresInfo();
 void ent_func_ladder();
 void ent_trigger_push();
 void ent_target_push();
+void ent_conveyor();
 void CSQC_Ent_Update(float bIsNewEntity)
 {
        float t;
@@ -832,6 +833,7 @@ void CSQC_Ent_Update(float bIsNewEntity)
                case ENT_CLIENT_LADDER: ent_func_ladder(); break;
                case ENT_CLIENT_TRIGGER_PUSH: ent_trigger_push(); break;
                case ENT_CLIENT_TARGET_PUSH: ent_target_push(); break;
+               case ENT_CLIENT_CONVEYOR: ent_conveyor(); break;
 
                default:
                        //error(strcat(_("unknown entity type in CSQC_Ent_Update: %d\n"), self.enttype));