mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-25 20:35:16 -06:00
needs_credits_symbol.png -> need_credits_symbol.png
This commit is contained in:
parent
c96614a113
commit
9fa42348a1
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user