diff options
author | Simponic <loganthebean222@gmail.com> | 2020-08-11 22:13:56 -0600 |
---|---|---|
committer | Simponic <loganthebean222@gmail.com> | 2020-08-11 22:13:56 -0600 |
commit | 723f879f85f25c2d466146e08261e0ae993c72b6 (patch) | |
tree | 185f367c712554f92c14b0074503ff0667e098c3 /include/map.h | |
parent | e84e232f8d003f3cf3340517d8bf6b65ba430143 (diff) | |
download | geometry-dash-gba-723f879f85f25c2d466146e08261e0ae993c72b6.tar.gz geometry-dash-gba-723f879f85f25c2d466146e08261e0ae993c72b6.zip |
Added basic camera controls
Diffstat (limited to 'include/map.h')
-rw-r--r-- | include/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/map.h b/include/map.h index 9a8a264..1bef313 100644 --- a/include/map.h +++ b/include/map.h @@ -3,6 +3,6 @@ #ifndef MAP_H #define MAP_H -extern const int map1[7][20]; +extern const int map1[9][20]; #endif // MAP_H |