Roxen.git/
server/
modules/
graphics/
graphic_text.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-07-06
1997-07-06 18:40:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>
2468b29e8ec9114b938ac647f1a9a47db33b2077 (
10
lines) (+
8
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Moved init of base_key to start().
Rev: server/modules/graphics/graphic_text.pike:1.47
1:
-
string cvs_version="$Id: graphic_text.pike,v 1.
46
1997/
06
/
23
03
:
28
:
19
per
Exp $";
+
string cvs_version="$Id: graphic_text.pike,v 1.
47
1997/
07/
06
18
:
40
:
33
grubba
Exp $";
#include <module.h> inherit "module";
559:
return background; }
-
string base_key
= "gtext:"+roxen->current_configuration->name
;
+
string base_key;
-
+
void start()
+
{
+
base_key = "gtext:"+roxen->current_configuration->name;
+
}
+
#ifdef QUANT_DEBUG void print_colors(array from) {