Update g_spawn.c

This commit is contained in:
Simon 2019-11-18 00:00:37 +00:00
parent 218361b56a
commit e67adea9f6

View file

@ -651,30 +651,30 @@ char *single_statusbar =
"yb -24 " "yb -24 "
// health // health
"xh 0 " "xv 0 "
"hnum " "hnum "
"xh 50 " "xv 50 "
"pic 0 " "pic 0 "
// ammo // ammo
"if 2 " "if 2 "
" xh 100 " " xv 100 "
" anum " " anum "
" xh 150 " " xv 150 "
" pic 2 " " pic 2 "
"endif " "endif "
// armor // armor
"if 4 " "if 4 "
" xh 200 " " xv 200 "
" rnum " " rnum "
" xh 250 " " xv 250 "
" pic 4 " " pic 4 "
"endif " "endif "
// selected item // selected item
"if 6 " "if 6 "
" xh 296 " " xv 296 "
" pic 6 " " pic 6 "
"endif " "endif "
@ -692,7 +692,7 @@ char *single_statusbar =
// timer // timer
"if 9 " "if 9 "
" xh 262 " " xv 262 "
" num 2 10 " " num 2 10 "
" xh 296 " " xh 296 "
" pic 9 " " pic 9 "
@ -700,7 +700,7 @@ char *single_statusbar =
// help / weapon icon // help / weapon icon
"if 11 " "if 11 "
" xh 148 " " xv 148 "
" pic 11 " " pic 11 "
"endif " "endif "
; ;