From a9186d19609c61c369d881cdbc40cc8973cf883d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Konopacki?= Date: Sat, 11 Aug 2012 20:59:35 +0200 Subject: Changed GivAttrName() to GetAttrName() --- src/object/auto/auto.cpp | 6 +++--- src/object/auto/autoegg.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/object/auto') diff --git a/src/object/auto/auto.cpp b/src/object/auto/auto.cpp index a376ce7..d112721 100644 --- a/src/object/auto/auto.cpp +++ b/src/object/auto/auto.cpp @@ -91,21 +91,21 @@ void CAuto::Start(int param) } -// Give a type. +// Gete a type. bool CAuto::SetType(ObjectType type) { return false; } -// Gives a value. +// Getes a value. bool CAuto::SetValue(int rank, float value) { return false; } -// Gives the string. +// Getes the string. bool CAuto::SetString(char *string) { diff --git a/src/object/auto/autoegg.cpp b/src/object/auto/autoegg.cpp index b1e1c03..4b999a9 100644 --- a/src/object/auto/autoegg.cpp +++ b/src/object/auto/autoegg.cpp @@ -115,7 +115,7 @@ void CAutoEgg::Init() } -// Gives a value. +// Getes a value. bool CAutoEgg::SetType(ObjectType type) { @@ -123,7 +123,7 @@ bool CAutoEgg::SetType(ObjectType type) return true; } -// Gives a value. +// Getes a value. bool CAutoEgg::SetValue(int rank, float value) { @@ -132,7 +132,7 @@ bool CAutoEgg::SetValue(int rank, float value) return true; } -// Gives the string. +// Getes the string. bool CAutoEgg::SetString(char *string) { -- cgit v1.2.3-1-g7c22