@@ -2,8 +2,23 @@
#include <game.h>
#include <input.h>
#include <overworld.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
#include <mydebug.h>
void start_game()
{
state = OVERWORLD;
start_overworld();
}
The note is not visible to the blocked user.