Differences From Artifact [32ce1b4cac]:
- File src/weapon.mm — part of check-in [3d55e077f7] at 2025-03-05 21:29:54 on branch trunk — Clean up file handling (user: js, size: 9315) [annotate] [blame] [check-ins using]
To Artifact [efed2ffe54]:
- File src/weapon.mm — part of check-in [003b06901f] at 2025-03-05 21:55:28 on branch trunk — Clean up console output functions (user: js, size: 9304) [annotate] [blame] [check-ins using]
︙ | |||
46 47 48 49 50 51 52 | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | - + | else if (s != GUN_RIFLE && player1->ammo[GUN_RIFLE]) s = GUN_RIFLE; else s = GUN_FIST; if (s != player1->gunselect) playsoundc(S_WEAPLOAD); player1->gunselect = s; |
︙ |