I have translated Ivan's OLC 2.1 to english. I'm porting rom24b6 to Windows
2000 pro with cygWin. Everything patches fine and all. When I compile I have
a problem with db.c:235: Conflicting types for 'load_socials' also db.c:277:
too few arguments function 'load_socials'. Heres what I get when I grep
load_socials.
$ grep load_socials *.*
db.c:void load_socials args( ( FILE *fp ) );
db.c: load_socials();
db.c: else if ( !str_cmp( word, "SOCIALS" ) ) load_socials
(fpArea);
db2.c:void load_socials( FILE *fp)
patch.olc:+ load_socials();
patch.olc: void load_socials( FILE *fp)
tablesave.c:void load_socials (void)
tablesave.c: bugf( "load_socials : key %s inexistente",
tablesave.h:void load_socials(void);
I'm kinda new at coding so if you have any insight. Please relay in laymens
terms. Thanks for your help before hand!
Dantin