Skip to content

Commit

Permalink
Fix missing key
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed Dec 29, 2024
1 parent 756af1e commit f0983db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ MxLong LegoNavController::Notify(MxParam& p_param)
else {
CharacterManager()->ReleaseActor(CharacterManager()->GetActorName(g_unk0x100f66cc));

if (key == 'k') {
if (key == VK_ADD) {
g_unk0x100f66cc++;
if (g_unk0x100f66cc >= CharacterManager()->GetNumActors()) {
g_unk0x100f66cc = 0;
Expand Down

0 comments on commit f0983db

Please sign in to comment.