The Dink Network

Bug of an Empire

Birth of an Empire

May 31st 2012, 01:01 AM
knights.gif
Androrc
Peasant He/Him Austria
 
I found a bug in one of "Birth of an Empire"'s script files, dad.c. In this line, the speech quotation mark is wrong. Instead of this:

			say_stop('`4Get some sleep first though", &current_sprite);


It should say this:

			say_stop("`4Get some sleep first though", &current_sprite);
May 31st 2012, 01:06 AM
knight.gif
KrisKnox
Peasant He/Him United States
The site's resident Therian (Dire Wolf, Dragon) 
What's the difference? All I see is a change in color.
May 31st 2012, 01:17 AM
knights.gif
Androrc
Peasant He/Him Austria
 
There's a ' in the beginning of the original speech line, and a " in the beginning of the corrected speech line.
May 31st 2012, 03:30 AM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
I'm sure that bug isn't the only one. There was even a separate bug fix released at some point...