Skip to content

Commit

Permalink
Ping counter: change patch name PINGF to PINGD
Browse files Browse the repository at this point in the history
Update gfx.kart hash
  • Loading branch information
jameds committed Aug 20, 2022
1 parent be3dfa4 commit 54b5955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#endif

// SRB2Kart-specific hashes
#define ASSET_HASH_GFX_KART "d25790c21cfcb6c3c02c05ba3eb7f820"
#define ASSET_HASH_GFX_KART "30b2d9fb5009f1b3a3d7216a0fe28e51"
#define ASSET_HASH_TEXTURES_KART "abb53d56aba47c3a8cb0f764da1c8b80"
#define ASSET_HASH_CHARS_KART "e2c428347dde52858a3dacd29fc5b964"
#define ASSET_HASH_MAPS_KART "13e273292576b71af0cdb3a98ca066eb"
Expand Down
2 changes: 1 addition & 1 deletion src/hu_stuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ void HU_LoadGraphics(void)
pinggfx[i] = (patch_t *)W_CachePatchName(buffer, PU_HUDGFX);
}

pingmeasure[0] = W_CachePatchName("PINGF", PU_HUDGFX);
pingmeasure[0] = W_CachePatchName("PINGD", PU_HUDGFX);
pingmeasure[1] = W_CachePatchName("PINGMS", PU_HUDGFX);

// fps stuff
Expand Down

0 comments on commit 54b5955

Please sign in to comment.