drawpixeltextbox: Remove now-unused parameters

They go bye-bye.

This is a friendly reminder that the map menu rendering code is heavily
copy-pasted, dear god...
This commit is contained in:
Misa
2021-09-03 15:26:57 -07:00
parent 31844eabc6
commit 9767eb91f4
3 changed files with 10 additions and 10 deletions

View File

@@ -99,7 +99,7 @@ public:
void drawtextbox(int x, int y, int w, int h, int r, int g, int b);
void drawpixeltextbox(int x, int y, int w, int h, int w2, int h2, int r, int g, int b, int xo, int yo);
void drawpixeltextbox(int x, int y, int w, int h, int r, int g, int b);
void drawcrewman(int x, int y, int t, bool act, bool noshift =false);