All include files should be semicolon-correct now

This commit is contained in:
Scott Ehlert
2007-08-10 04:52:12 +00:00
parent 62c41fbd03
commit e6663991a7
31 changed files with 435 additions and 443 deletions

View File

@@ -50,14 +50,14 @@ enum {
PS_PRONE,
PS_PRONEDEPLOY,
PS_DEPLOY,
}
};
/* info types for dod_get_map_info native */
enum {
MI_ALLIES_TEAM = 0,
MI_ALLIES_PARAS,
MI_AXIS_PARAS,
}
};
/* DoD weapons */
enum {
@@ -133,4 +133,3 @@ enum {
DODC_PIAT,
//DODC_BRIT_MORTAR,
};