mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user