mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
srb2::Draw::patch: accept std::string argument
This commit is contained in:
parent
db49975d67
commit
a198330357
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ public:
|
|||
|
||||
void patch(patch_t* patch) const;
|
||||
void patch(const char* name) const { patch(Draw::cache_patch(name)); }
|
||||
void patch(const std::string& name) const { patch(name.c_str()); }
|
||||
|
||||
void thumbnail(UINT16 mapnum) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue