diff options
author | camthesaxman <cameronghall@cox.net> | 2017-11-26 02:24:41 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-11-26 02:24:41 -0600 |
commit | 48c6d764e00285378d3f24d954855c6bde613bc0 (patch) | |
tree | 82f907925cb280cfeccfc0eeb66595e87cea6f5b /src/scene/intro_credits_graphics.c | |
parent | 4e1098beb6a84a46f0ac2bff37013a3f675f6750 (diff) | |
parent | d373f41c2cbd2dc71ca2287b179c7c8777b9eb02 (diff) |
fix merge conflicts
Diffstat (limited to 'src/scene/intro_credits_graphics.c')
-rwxr-xr-x | src/scene/intro_credits_graphics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scene/intro_credits_graphics.c b/src/scene/intro_credits_graphics.c index a150e8dc9..bb80ef3b6 100755 --- a/src/scene/intro_credits_graphics.c +++ b/src/scene/intro_credits_graphics.c @@ -11,7 +11,7 @@ #include "main.h" #include "new_game.h" #include "palette.h" -#include "rng.h" +#include "random.h" #include "save.h" #include "songs.h" #include "sound.h" |