Game/Invaders: Review unused graphic asset #236

Open
opened 2025-05-15 13:19:50 +02:00 by ace-dent · 0 comments
Member

When reviewing the code for Invaders I spotted a possible typo.

gif_bullet file 'bullet2.gif'
.size = $ - gif_bullet
gif_bullet2 file 'bullet2.gif'
.size = $ - gif_bullet2

  • Investigate what was the author's original intent? Should there be 2 bullet types?
  • Possibly delete the unused GIF image bullet, rename bullet2 and clean-up code.
When reviewing the code for `Invaders` I spotted a possible typo. https://git.kolibrios.org/KolibriOS/kolibrios/src/commit/4550e15838c11a6e5f7d1236783dcd062d964516/programs/games/invaders/invaders.asm#L1469-L1472 - [ ] Investigate what was the author's original intent? Should there be 2 bullet types? - [ ] Possibly delete the unused GIF image `bullet`, rename `bullet2` and clean-up code.
ace-dent added the
Priority
Low
Category/Applications
Kind
Enhancement
labels 2025-05-15 13:19:50 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#236
No description provided.