summaryrefslogtreecommitdiff
path: root/apps/plugins/robotfindskitten.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/robotfindskitten.c')
-rw-r--r--apps/plugins/robotfindskitten.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/robotfindskitten.c b/apps/plugins/robotfindskitten.c
index a2bff3bfbe..5cd0e465f8 100644
--- a/apps/plugins/robotfindskitten.c
+++ b/apps/plugins/robotfindskitten.c
@@ -676,7 +676,7 @@ static void play_game()
676{ 676{
677 int old_x = robot.x; 677 int old_x = robot.x;
678 int old_y = robot.y; 678 int old_y = robot.y;
679 int input = 0; /* Not sure what a reasonable initial value is */ 679 int input = BUTTON_NONE;
680#ifdef __PLUGINLIB_ACTIONS_H__ 680#ifdef __PLUGINLIB_ACTIONS_H__
681 const struct button_mapping *plugin_contexts[] = {generic_directions, generic_actions}; 681 const struct button_mapping *plugin_contexts[] = {generic_directions, generic_actions};
682#endif 682#endif