Skip to content

Commit

Permalink
Comment correction
Browse files Browse the repository at this point in the history
Minor spelling fix to 0e6bbd0.
  • Loading branch information
DCurrent committed Mar 19, 2018
1 parent 057f08b commit 6b9613b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/openbor.c
Original file line number Diff line number Diff line change
Expand Up @@ -4748,7 +4748,7 @@ void cachesound(int index, int load)

// Cachesprite
// Unknown original date & author
// Rewritten by Caskey, Damon V.
// Rewrite by Caskey, Damon V.
// 2018-03-19
//
// Add or remove a sprite to the the sprite list
Expand All @@ -4771,7 +4771,7 @@ void cachesprite(int index, int load)
// the number of sprites loaded.
if(index < sprites_loaded)
{
// Gut the sprite list node from sprite maps
// Get the sprite list node from sprite maps
// using our target index.
map_node = sprite_map[index].node;

Expand Down

0 comments on commit 6b9613b

Please sign in to comment.