mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Use hashmap system for charmap
This commit is contained in:
@@ -33,7 +33,6 @@ struct Charmap {
|
||||
struct Charnode nodes[MAXCHARNODES]; /* first node is reserved for the
|
||||
* root node in charmap.
|
||||
*/
|
||||
struct Charmap *next; /* next charmap in hash table bucket */
|
||||
};
|
||||
|
||||
void charmap_InitMain(void);
|
||||
|
||||
Reference in New Issue
Block a user