- [FIX] Si només quedaba el heroi al canviar d'habitació, petava
- [FIX] Algunes capçaleres mal - Lagueirto en proves
This commit is contained in:
@@ -418,7 +418,7 @@ namespace actor
|
||||
|
||||
void setDirty(actor_t *act, const bool force)
|
||||
{
|
||||
if (!act->prev && !act->next)
|
||||
if (!act->prev && !act->next && !(act==first))
|
||||
{
|
||||
act->next = first;
|
||||
if (first) first->prev = act;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "jdraw.h"
|
||||
#include "SDL2/SDL.h"
|
||||
#include <SDL2/SDL.h>
|
||||
#include "gif.c"
|
||||
#include "jfile.h"
|
||||
#include <vector>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "jinput.h"
|
||||
#include "editor.h"
|
||||
#include "console.h"
|
||||
#include "string.h"
|
||||
#include <string.h>
|
||||
#include "config.h"
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user