forked from jaildesigner-jailgames/jaildoctors_dilemma
PETA QUE NI EL PEPE KARTS
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
#include "utils.h" // for color_t, stringToColor, options_t
|
||||
|
||||
// Constructor
|
||||
Ending2::Ending2(SDL_Renderer *renderer, Screen *screen, Resource *resource, Asset *asset, Input *input, options_t *options, section_t *section)
|
||||
Ending2::Ending2(Resource *resource, options_t *options, section_t *section)
|
||||
{
|
||||
// Copia los punteros
|
||||
this->renderer = renderer;
|
||||
this->screen = screen;
|
||||
this->screen = Screen::get();
|
||||
this->renderer = Screen::get()->getRenderer();
|
||||
this->resource = resource;
|
||||
this->asset = asset;
|
||||
this->input = input;
|
||||
this->asset = Asset::get();
|
||||
this->input = Input::get();
|
||||
this->options = options;
|
||||
this->section = section;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user