TomenetGame / tomenet

TomeNET is an online multiplayer roguelike role-playing game
https://www.tomenet.eu/
Other
69 stars 11 forks source link

Gcu graphics fix #37

Closed jezek closed 1 year ago

jezek commented 1 year ago

When running the GCU client (x11 client with -c option) and the use_graphics is enabled in tomenet rc, the game visuals were broken.

The fix was really easy. It was needed to turn off use_graphics in client/main_gcu.c.

I've also hid all graphic_tiles variables inside USE_GRAPHICS macro.