diff options
| author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-02 08:04:48 +0000 |
|---|---|---|
| committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-02 08:04:48 +0000 |
| commit | d14a3080a19d8f7bd562e7b909595fdf38360b86 (patch) | |
| tree | 436ce5bd47d12cea4cba743b59ad072bb9947a35 /graphics/truevision/files/patch-src::texnormal.cc | |
| parent | update games/madbomber: 0.2.4 --> 0.2.5 (diff) | |
update graphics/truevision:
- Fix build
PR: 53769
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/truevision/files/patch-src::texnormal.cc')
| -rw-r--r-- | graphics/truevision/files/patch-src::texnormal.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/truevision/files/patch-src::texnormal.cc b/graphics/truevision/files/patch-src::texnormal.cc new file mode 100644 index 000000000000..f891e1212d25 --- /dev/null +++ b/graphics/truevision/files/patch-src::texnormal.cc @@ -0,0 +1,11 @@ +--- src/texnormal.cc.orig Tue Jan 1 20:43:01 2002 ++++ src/texnormal.cc Thu Jun 26 02:38:59 2003 +@@ -44,7 +44,7 @@ + //************************************** + // Constructeurs & Destructeurs + //************************************** +-PovTexNormal::PovTexNormal( app_objs *appref, bool mother = true ) : MaterialItem( app_ref ) ++PovTexNormal::PovTexNormal( app_objs *appref, bool mother ) : MaterialItem( app_ref ) + { + set_name( _("Normal") ); + item_type = TV_MITEM_NORMAL; |
