Advertisement
jacksonmj

URSMRevamped diff

Nov 19th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.98 KB | None | 0 0
  1. diff -r -u -w -p ../Source/includes/powder.h ./includes/powder.h
  2. --- ../Source/includes/powder.h 2012-11-11 09:41:00.000000000 +0000
  3. +++ ./includes/powder.h 2012-11-19 21:17:44.841988326 +0000
  4. @@ -431,7 +431,7 @@ int update_BMTL(UPDATE_FUNC_ARGS);
  5.  int update_BRMT(UPDATE_FUNC_ARGS);
  6.  int update_BOMB(UPDATE_FUNC_ARGS);
  7.  int update_BOYL(UPDATE_FUNC_ARGS);
  8. -int update_BSEC(UPDATE_FUNG_ARGS);
  9. +int update_BSEC(UPDATE_FUNC_ARGS);
  10.  int update_BTRY(UPDATE_FUNC_ARGS);
  11.  int update_C5(UPDATE_FUNC_ARGS);
  12.  int update_CLNE(UPDATE_FUNC_ARGS);
  13. diff -r -u -w -p ../Source/src/main.c ./src/main.c
  14. --- ../Source/src/main.c    2012-11-13 22:47:10.000000000 +0000
  15. +++ ./src/main.c    2012-11-19 21:41:16.153211847 +0000
  16. @@ -2661,7 +2661,7 @@ int main(int argc, char *argv[])
  17.         if (hud_enable)
  18.         {
  19.  #ifdef BETA
  20. -           sprintf(uitext, "URSM Revamped v2.1.3 FPS:%d", BUILD_NUM, FPSB, NUM_PARTS, gravityMode, airMode);
  21. +           sprintf(uitext, "URSM Revamped v2.1.3 FPS:%d", FPSB);
  22.  
  23.  #else
  24.             if (DEBUG_MODE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement