- Arreglat el problema

This commit is contained in:
2023-09-26 20:02:26 +02:00
parent e6cd1233e2
commit b0e4db1e8e
3 changed files with 21 additions and 12 deletions

View File

@@ -37,9 +37,9 @@ namespace actor
{
struct actor_t
{
std::string name;
char name[16];
draw::surface *surface;
std::string bmp;
char bmp[16];
SDL_Rect bmp_rect;
SDL_Point bmp_offset;