delete simplix_sc 10 not used

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1667 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b37454a853e4274367ad5ba224729b5cb2272c2b
Former-commit-id: 9d4081fde1ff6a358090afefe75723e4e6a8405f
This commit is contained in:
torcs-ng 2009-10-24 22:57:39 +00:00
parent ca0314c66e
commit eaf9bb8057
2 changed files with 0 additions and 46 deletions

View file

@ -1,27 +0,0 @@
##############################################################################
#
# file : Makefile
# created : 05 Dez 2008
# last changed : 10 Jan 2009
# copyright : (C) 2009 Wolf-Dieter Beelitz
#
##############################################################################
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
##############################################################################
ROBOT = simplix_sc
SHIPDIR = drivers/${ROBOT}/10
SHIP = sc-996.rgb skill.xml
SHIPSUBDIRS =
PKGSUBDIRS = ${SHIPSUBDIRS}
src-robots-simplix_sc_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src-robots-simplix_sc_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${SPEED_DREAMS_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}

View file

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
<params name="Skill" type="template">
<!-- sc-996 3 -->
<section name="skill">
<!-- This skill level is added to the global skill level set in -->
<!-- raceman/config/extra/skill.xml to provide a unique value for -->
<!-- each driver. The values should be between 0 and 1, with 0 being -->
<!-- the highest skill level. -->
<attnum name="level" min="0.0" max="1.0" val="0.00"/>
</section>
</params>