- Arreglat el problema
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user