fix routes
[carveJwlIkooP6JGAAIwe30JlM.git] / player_model.h
index 97b476897c3500a1bfde5e17e1f7340717887b4f..f2b375aa19988ba7391f5042cb67880ae8aa1ddf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2021-2022 (C) Mount0 Software, Harry Godden - All Rights Reserved
+ * Copyright (C) 2021-2022 Mt.ZERO Software, Harry Godden - All Rights Reserved
  */
 
 #ifndef CHARACTER_H 
@@ -68,7 +68,8 @@ static void player_load_model( const char *name )
       { "grabs",        &temp.anim_grabs },
       { "walk",         &temp.anim_walk  },
       { "run",          &temp.anim_run   },
-      { "idle_cycle",   &temp.anim_idle  }
+      { "idle_cycle",   &temp.anim_idle  },
+      { "jump",         &temp.anim_jump  }
    };
    
    for( int i=0; i<vg_list_size(anims); i++ )