- Treballant en el prólogo
This commit is contained in:
@@ -22,8 +22,9 @@ namespace modules
|
||||
|
||||
vec2_t floating_position = {3,3};
|
||||
|
||||
void init()
|
||||
void init(const bool prologo)
|
||||
{
|
||||
if (prologo) actor::hero::setPrologo();
|
||||
actor::clear(true);
|
||||
::game::setUpdateTicks(64);
|
||||
actor::templates::load();
|
||||
@@ -48,7 +49,7 @@ namespace modules
|
||||
}
|
||||
|
||||
actor::hero::init();
|
||||
room::load(0);
|
||||
room::load(actor::hero::isPrologo()?64:0);
|
||||
}
|
||||
|
||||
void print(int x, int y, int num)
|
||||
|
||||
Reference in New Issue
Block a user