Home
last modified time | relevance | path

Searched refs:ouch_str (Results 1 – 2 of 2) sorted by relevance

/dports/games/d2x/d2x-0.2.5/main/
H A Dfireball.c177 char ouch_str[6*4 + 2]; in object_create_explosion_sub() local
184 ouch_str[0] = 0; in object_create_explosion_sub()
186 strcat(ouch_str, "ouch! "); in object_create_explosion_sub()
188 buddy_message(ouch_str); in object_create_explosion_sub()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dfireball.cpp472 static const char ouch_str[] = "ouch! " "ouch! " "ouch! " "ouch! "; in object_create_explosion_sub() local
480 buddy_message_str(&ouch_str[(4 - count) * 6]); in object_create_explosion_sub()