From b1853674f6f3cb73efcc09baa6a62af30b561c22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Gl=C3=A4=C3=9Fer?= Date: Sat, 27 Dec 2003 12:36:43 +0000 Subject: [PATCH] enemy.h -> badguy.h SVN-Revision: 52 --- src/gameloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gameloop.c b/src/gameloop.c index 898ab7b0d..f8ed6e50a 100644 --- a/src/gameloop.c +++ b/src/gameloop.c @@ -31,7 +31,7 @@ #include "setup.h" #include "high_scores.h" #include "menu.h" -#include "enemy.h" +#include "badguy.h" #include "world.h" #include "player.h" -- 2.11.0