Guest User

Untitled

a guest
Jul 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Index: render.cpp
  2. ===================================================================
  3. --- render.cpp (revision 2012)
  4. +++ render.cpp (working copy)
  5. @@ -66,7 +66,7 @@
  6. const playermodelinfo *getplayermodelinfo(int n)
  7. {
  8. if(size_t(n) >= sizeof(playermodels)/sizeof(playermodels[0])) return NULL;
  9. - return &playermodels[n];
  10. + return &playermodels[1];
  11. }
  12.  
  13. const playermodelinfo &getplayermodelinfo(fpsent *d)
Add Comment
Please, Sign In to add comment