- Treballant en gamestate_prefase
This commit is contained in:
@@ -60,8 +60,7 @@ namespace gamestate
|
||||
void init()
|
||||
{
|
||||
exit = 0;
|
||||
fondo = draw::loadSurface("menuprin.gif");
|
||||
draw::loadPalette("menuprin.gif");
|
||||
fondo = draw::loadSurface("menuprin.gif", true);
|
||||
cursor = draw::loadSurface("cursor.gif");
|
||||
|
||||
if (audio::getMusicState() != audio::music_state::MUSIC_PLAYING) {
|
||||
|
||||
Reference in New Issue
Block a user