minor fixes

git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@26 ea6a568a-9f4f-0410-981a-c910a81bb256
actorid
nkorslund 17 years ago
parent 47edc59c89
commit e56c51b03e

@ -57,7 +57,7 @@ sudo apt-get install libogre-dev libavcodec-dev libavformat-dev libois-dev build
If you want to install Ogre, OpenAL or OIS manually, try: If you want to install Ogre, OpenAL or OIS manually, try:
OGRE: http://ogre3d.org/ OGRE: http://ogre3d.org/
Audiere: http://openal.org/ OpenAL: http://openal.org/
OIS: http://sourceforge.net/projects/wgois/ OIS: http://sourceforge.net/projects/wgois/
@ -161,6 +161,6 @@ later version.
To load another cell, specify the cell name on the command line. Use To load another cell, specify the cell name on the command line. Use
the 'esmtool' program to get a list of cells. Note that you must use the 'esmtool' program to get a list of cells. Note that you must use
quotation marks "" if the cell name contains spaces or other weird quotation marks "" if the cell name contains spaces or other weird
characters. Exterior cells are disabled at the moment. characters.
Enjoy! ;-) Enjoy! ;-)

@ -133,11 +133,12 @@ class ListID(Type) : ListKeeper
// forward reference from this file. Load on top of it. The // forward reference from this file. Load on top of it. The
// LoadState tells the struct whether it contains loaded data. // LoadState tells the struct whether it contains loaded data.
{ {
/*
if(p.state == LoadState.Loaded) if(p.state == LoadState.Loaded)
// Make a special case for this, perhaps, or just ignore it. // Make a special case for this, perhaps, or just ignore it.
writefln("WARNING: Duplicate record in file %s: '%s'", writefln("WARNING: Duplicate record in file %s: '%s'",
esFile.getFilename(), id); esFile.getFilename(), id);
//esFile.fail("Duplicate record in file: '" ~ id ~ "'"); */
assert(icmp(p.id, id) == 0); assert(icmp(p.id, id) == 0);
p.load(); p.load();

Loading…
Cancel
Save