sezero / quakespasm

QuakeSpasm -- A modern, cross-platform Quake game engine based on FitzQuake.
https://sourceforge.net/projects/quakespasm/
GNU General Public License v2.0
239 stars 95 forks source link

New remaster update breakage with a new builtin number 91 #10

Closed Flecked42 closed 3 years ago

Flecked42 commented 3 years ago

Loading DotM maps from the remaster update gives this error. spasm0000

sezero commented 3 years ago

Obviously not DotM-specific - happens with id1 too

CALL2      385(bprint)bprint()  
quakec/client.qc : ClientConnect
<NO FUNCTION>
Bad builtin call number 91
Host_Error: Program error
sezero commented 3 years ago

Discussion continues at https://github.com/Novum/vkQuake/issues/378 where an initial solution is posted.

sezero commented 3 years ago

Fixed in git. Closing.