hintbox.h: fix wrong type name

This commit is contained in:
2022-11-07 21:21:38 +01:00
parent 602d3835f9
commit 6be906e12d

View File

@@ -416,7 +416,7 @@ class CLoaderHint : public CHintBox
paint_bg = enable_bg;
ccw_show_header = enable_header;
ccw_show_footer = false;
cc_item_type.name = "wg.hint";
cc_item_type.name = "wg.loader_hint";
delay = 1;
}
public: