Guest User

Untitled

a guest
May 25th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Index: D:/Projects/ezQuake Trunk Sourcecode/host.c
  2. ===================================================================
  3. --- D:/Projects/ezQuake Trunk Sourcecode/host.c (revision 3683)
  4. +++ D:/Projects/ezQuake Trunk Sourcecode/host.c (revision 3684)
  5. @@ -501,7 +501,6 @@
  6. #endif
  7. extern void SB_SourceUnmarkAll(void);
  8. extern void SB_SourceMark(void);
  9. -extern void Browser_Init2(void);
  10.  
  11.  
  12. //disconnect: fix it if i forgot something
  13. @@ -540,6 +539,7 @@
  14.  
  15. void Host_Init (int argc, char **argv, int default_memsize)
  16. {
  17. +extern void Browser_Init2(void);
  18. #ifndef WITH_FTE_VFS
  19. FILE *f;
  20. #else
  21.  
  22.  
  23. Index: host.c
  24. ===================================================================
  25. --- host.c (revision 3805)
  26. +++ host.c (working copy)
  27. @@ -539,6 +539,8 @@
  28.  
  29. void Host_Init (int argc, char **argv, int default_memsize)
  30. {
  31. +extern void Browser_Init2(void);
  32. +
  33. #ifndef WITH_FTE_VFS
  34. FILE *f;
  35. #else
Add Comment
Please, Sign In to add comment