needs_credits_symbol.png -> need_credits_symbol.png

This commit is contained in:
Nathan Fulton 2017-05-01 00:43:06 -04:00
parent c96614a113
commit 9fa42348a1

View File

@ -118,7 +118,7 @@ bool StructGob::InitClass(StructConsts *pstruc, IniReader *pini)
// Preload the need credits symbol bitmap
if (s_ptbmNeedCredits == NULL) {
s_ptbmNeedCredits = CreateTBitmap("needs_credits_symbol.png");
s_ptbmNeedCredits = CreateTBitmap("need_credits_symbol.png");
if (s_ptbmNeedCredits == NULL) {
Assert("Failed to load need_credits_symbol.png");
return false;