Shpoike / Quakespasm

Extra bloaty junk to modernise stuff a bit.
http://triptohell.info/moodles/qss/
GNU General Public License v2.0
185 stars 41 forks source link

single player cbuf addtext in main.c calling wrong command? #14

Closed mefisme closed 2 years ago

mefisme commented 3 years ago

Cbuf_AddText ("startmap_sp\n"); line 374

This alias doesn't seem to be defined in this file, but is this why "new game" does nothing. Trying to use alias made in host.c line 1091

Shpoike commented 2 years ago

this turned out to be some intelgpu-specific hack lacking a \n and thus messing up some later aliases.