summaryrefslogtreecommitdiff
path: root/apps/plugins/invadrox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/invadrox.c')
-rw-r--r--apps/plugins/invadrox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/invadrox.c b/apps/plugins/invadrox.c
index 946e36d05a..1294ed35c3 100644
--- a/apps/plugins/invadrox.c
+++ b/apps/plugins/invadrox.c
@@ -595,7 +595,7 @@ unsigned char fire_sprite[FIRE_HEIGHT] = {
595#define CYCLETIME 40 595#define CYCLETIME 40
596 596
597 597
598static struct plugin_api* rb; 598static const struct plugin_api* rb;
599 599
600/* Physical x is at PLAYFIELD_X + LIVES_X + x * ALIEN_SPEED 600/* Physical x is at PLAYFIELD_X + LIVES_X + x * ALIEN_SPEED
601 * Physical y is at y * ALIEN_HEIGHT 601 * Physical y is at y * ALIEN_HEIGHT
@@ -1785,7 +1785,7 @@ void game_loop(void)
1785 1785
1786 1786
1787/* this is the plugin entry point */ 1787/* this is the plugin entry point */
1788enum plugin_status plugin_start(struct plugin_api* api, UNUSED void* parameter) 1788enum plugin_status plugin_start(const struct plugin_api* api, UNUSED const void* parameter)
1789{ 1789{
1790 rb = api; 1790 rb = api;
1791 1791