diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-04 18:48:50 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-04 18:48:50 +0100 |
| commit | d87f335751ae28ee8dc259a585e6bdf2fc7190da (patch) | |
| tree | f818f03b53b7489d632916b06b6392aea35f5969 /include/asset_defs.h | |
| parent | 78bb3b9005e8e008cfff6b0158723dd072a957cb (diff) | |
molotov
Diffstat (limited to 'include/asset_defs.h')
| -rw-r--r-- | include/asset_defs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asset_defs.h b/include/asset_defs.h index cdf9614..f052346 100644 --- a/include/asset_defs.h +++ b/include/asset_defs.h @@ -29,6 +29,7 @@ image* img_obj_wall1; // Throwables image* img_grenade; image* img_grenade_explode; +image* img_molotov_explode; // Players image* img_player_running; @@ -45,6 +46,9 @@ image* img_tile_grass1; // Sounds Mix_Chunk* wav_throwable_bounce; Mix_Chunk* wav_grenade_explode; +Mix_Chunk* wav_molotov_explode; + +Mix_Chunk* wav_fire; Mix_Chunk* wav_shoot_mp5; Mix_Chunk* wav_reload_mp5; |
