Skip to content

Commit

Permalink
tr1/inject: use int32_t as count arg type
Browse files Browse the repository at this point in the history
  • Loading branch information
lahm86 committed Nov 28, 2024
1 parent cdaf7ef commit e0c3858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tr1/game/inject.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ typedef struct {
} INJECTION_INFO;

void Inject_Init(
int injection_count, char *filenames[], INJECTION_INFO *aggregate);
int32_t injection_count, char *filenames[], INJECTION_INFO *aggregate);
void Inject_AllInjections(LEVEL_INFO *level_info);
void Inject_Cleanup(void);

0 comments on commit e0c3858

Please sign in to comment.