Welcome to the Builder Academy

Question Typo in code

More
12 Aug 2012 14:52 - 12 Aug 2012 15:07 #655 by zusuk
Typo in code was created by zusuk
In dg_variables.c line 994 (abouts)
Code:
if (!str_cmp(field, "saving_breath")) { if (subfield && *subfield) { int addition = atoi(subfield); GET_SAVE(c, SAVING_SPELL) += addition; <------- this should be SAVING_BREATH } snprintf(str, slen, "%d", GET_SAVE(c, SAVING_BREATH)); }

Website
www.luminariMUD.com

Main Game Port
luminariMUD.com:4100
Last edit: 12 Aug 2012 15:07 by Vatiken. Reason: added code tags for easier viewing -Vat

Please Log in or Create an account to join the conversation.

More
12 Aug 2012 15:59 #656 by Vatiken
Replied by Vatiken on topic Re: Typo in code
Fixed, nice catch.

tbaMUD developer/programmer

Please Log in or Create an account to join the conversation.

Time to create page: 0.166 seconds