- only cosmetic stuff; result of going over the output of mipspro cc

compile round. Wrong prototypes, unused variables, zealot const usage,
  and in action.c fixed insane & unreadable function call syntax.
This commit is contained in:
2003-12-24 11:44:57 +00:00
parent 8fbff1a3b7
commit b3911687ee
11 changed files with 57 additions and 172 deletions

View File

@@ -207,9 +207,6 @@ READ
p_i= (char *)&(a); \
s_i=p_i[0]; p_i[0]=p_i[1]; p_i[1]=s_i; }
/***/
static char *functionality_check= "\0FUNCTIONALITY_CHECK += blo_readfile\n";
/***/
@@ -3337,7 +3334,6 @@ static void do_versions(Main *main)
if(main->versionfile <= 204) {
/* patches for new physics */
Object *ob= main->object.first;
Material *ma= main->mat.first;
bActuator *act;
bObjectActuator *oa;
bSound *sound;