Skip to content

Commit

Permalink
Fix smiley face appearing next to name when presing Left
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Jun 21, 2018
1 parent 823c3a4 commit 191d7d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion romsel_dsimenutheme/arm9/source/fileBrowse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ void InitSound() {

bool music = false;

extern char usernameRendered[10];
extern char usernameRendered[11];
extern bool usernameRenderedDone;

struct DirEntry
Expand Down
2 changes: 1 addition & 1 deletion romsel_dsimenutheme/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ bool applaunchprep = false;

int spawnedtitleboxes = 0;

char usernameRendered[10];
char usernameRendered[11];
bool usernameRenderedDone = false;

/**
Expand Down

0 comments on commit 191d7d5

Please sign in to comment.