]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_execprogram.h
Fix texture binding issues that were breaking r_shadow_bouncegrid.
[xonotic/darkplaces.git] / prvm_execprogram.h
index 6578d78902de24c88a91ea591cf09366eaeaa7f6..02de4e6b77a4b48bd07104a1e5c8dda1819ace96 100644 (file)
                                }
                                DISPATCH_OPCODE();
 
-// LordHavoc: to be enabled when Progs version 7 (or whatever it will be numbered) is finalized
+// LadyHavoc: to be enabled when Progs version 7 (or whatever it will be numbered) is finalized
 /*
                        HANDLE_OPCODE(OP_ADD_I):
                                OPC->_int = OPA->_int + OPB->_int;