mirror of
https://github.com/zeldaret/oot
synced 2026-06-24 17:43:14 -04:00
Fix typos found by codespell (#2229)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "global.h"
|
||||
|
||||
void Setup_InitImpl(SetupState* this) {
|
||||
PRINTF(T("ゼルダ共通データ初期化\n", "Zelda common data initalization\n"));
|
||||
PRINTF(T("ゼルダ共通データ初期化\n", "Zelda common data initialization\n"));
|
||||
SaveContext_Init();
|
||||
this->state.running = false;
|
||||
SET_NEXT_GAMESTATE(&this->state, ConsoleLogo_Init, ConsoleLogoState);
|
||||
|
||||
Reference in New Issue
Block a user