VERSIÓ 1.6
- [FIX] La música ja torna a sonar
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#include <SDL3/SDL.h>
|
||||
#include "jaudio.h"
|
||||
#include "actor.h"
|
||||
#include "versio.h"
|
||||
|
||||
namespace modules
|
||||
{
|
||||
namespace menu
|
||||
@@ -122,7 +124,7 @@ namespace modules
|
||||
//draw::print2(input::getPadBtnPressed(), 3, 0, 24, RED, FONT_ZOOM_NONE);
|
||||
|
||||
draw::print2("(C) JAILDOCTOR 2024", 11, 28, TEAL, FONT_ZOOM_NONE);
|
||||
draw::print("v1.5b", 299, 233, WHITE, PAPER);
|
||||
draw::print(VERSIO, 299, 233, WHITE, PAPER);
|
||||
|
||||
draw::render();
|
||||
return OPTION_NONE;
|
||||
|
||||
Reference in New Issue
Block a user