Skip to content

Commit

Permalink
fix some warp buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed Mar 20, 2021
1 parent 6a9e64b commit 562cc58
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/injected/ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,20 @@ void render_narnia()
target->level = 1;
target->theme = 4;
break;
case 403:
if (g_state->theme == 11)
{
target->world = 4;
target->level = 4;
target->theme = 6;
}
else
{
target->world = 4;
target->level = 4;
target->theme = 5;
}
break;
case 404:
target->world = 5;
target->level = 1;
Expand Down

0 comments on commit 562cc58

Please sign in to comment.