mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[7843] Added newline into Pet.h end to make gcc happy.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
ab3eb09669
commit
592adcf6d4
2 changed files with 2 additions and 2 deletions
|
|
@ -252,4 +252,4 @@ class Pet : public Creature
|
||||||
assert(false);
|
assert(false);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7842"
|
#define REVISION_NR "7843"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue