From ea46d05aed0343c20d8fdfaa0e67d54d51e8e2a0 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Fri, 22 Nov 2019 09:11:12 +0800 Subject: Added long awaited CD-ROM library and loads of fixes, see changelog for details --- tools/smxlink/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/smxlink/main.cpp b/tools/smxlink/main.cpp index ec6f707..8072274 100644 --- a/tools/smxlink/main.cpp +++ b/tools/smxlink/main.cpp @@ -314,7 +314,7 @@ int main(int argc, const char* argv[]) { prim = (PRIM_ID*)priptr; - if( smxPrimitive->IntAttribute( "double", 0 ) ) + if( smxPrimitive->IntAttribute( "double" ) ) prim->nocull = true; if( ( strcasecmp( "F3", primType ) == 0 ) || -- cgit v1.2.3